dunno what's happening
parent
1464253675
commit
0ba05afa66
|
@ -38,7 +38,7 @@ export default class Util {
|
||||||
const writeFunction = (data: string|Buffer|Error) => {
|
const writeFunction = (data: string|Buffer|Error) => {
|
||||||
if (data instanceof Error) error = true;
|
if (data instanceof Error) error = true;
|
||||||
if (data instanceof Error) this.client.getDMChannel('253600545972027394').then((c) => c.createMessage('error'));
|
if (data instanceof Error) this.client.getDMChannel('253600545972027394').then((c) => c.createMessage('error'));
|
||||||
this.client.getDMChannel('253600545972027394').then((c) => c.createMessage(inspect(data, { depth: 0 })));
|
this.client.getDMChannel('253600545972027394').then((c) => c.createMessage(data.toString()));
|
||||||
output += `${data}`;
|
output += `${data}`;
|
||||||
};
|
};
|
||||||
const cmd = childProcess.exec(command, options);
|
const cmd = childProcess.exec(command, options);
|
||||||
|
|
Loading…
Reference in New Issue