1
0
Fork 0

comment shit out of eval

refactor/models
Matthew 2019-10-27 21:40:39 -04:00
parent 995c5c58aa
commit baf65952f6
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 2 additions and 0 deletions

View File

@ -28,11 +28,13 @@ export default class Eval extends Command {
output = error.stack;
}
/*
if (output) {
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.cloudflare, 'gi'), 'juul');
}
*/
const display = this.client.util.splitString(output, 1975);
if (display[5]) {