forked from engineering/cloudservices
comment shit out of eval
parent
995c5c58aa
commit
baf65952f6
|
@ -28,11 +28,13 @@ export default class Eval extends Command {
|
||||||
output = error.stack;
|
output = error.stack;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
if (output) {
|
if (output) {
|
||||||
output = output.replace(RegExp(this.client.config.prefix, 'gi'), 'juul');
|
output = output.replace(RegExp(this.client.config.prefix, 'gi'), 'juul');
|
||||||
output = output.replace(RegExp(this.client.config.emailPass, 'gi'), 'juul');
|
output = output.replace(RegExp(this.client.config.emailPass, 'gi'), 'juul');
|
||||||
output = output.replace(RegExp(this.client.config.cloudflare, 'gi'), 'juul');
|
output = output.replace(RegExp(this.client.config.cloudflare, 'gi'), 'juul');
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
const display = this.client.util.splitString(output, 1975);
|
const display = this.client.util.splitString(output, 1975);
|
||||||
if (display[5]) {
|
if (display[5]) {
|
||||||
|
|
Loading…
Reference in New Issue