another fix attempt on eval
parent
1ca97d4627
commit
d8049997a2
|
@ -38,6 +38,7 @@ export default class Eval extends Command {
|
|||
}
|
||||
*/
|
||||
|
||||
this.client.signale.debug(output);
|
||||
const display = this.client.util.splitString(output, 1975);
|
||||
this.client.signale.debug(display);
|
||||
if (display[5]) {
|
||||
|
|
Loading…
Reference in New Issue