1
0
Fork 0

another fix attempt on eval

refactor/models
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); const display = this.client.util.splitString(output, 1975);
this.client.signale.debug(display);
if (display[5]) { if (display[5]) {
try { try {
const { data } = await axios.post('https://snippets.cloud.libraryofcode.org/documents', display.join('')); const { data } = await axios.post('https://snippets.cloud.libraryofcode.org/documents', display.join(''));