another fix attempt on eval

merge-requests/1/merge
Matthew 2019-10-27 21:47:43 -04:00
parent e83fc9865d
commit 1ca97d4627
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ export default class Eval extends Command {
*/
const display = this.client.util.splitString(output, 1975);
this.client.signale.debug(display);
if (display[5]) {
try {
const { data } = await axios.post('https://snippets.cloud.libraryofcode.org/documents', display.join(''));