another fix attempt on eval
parent
e83fc9865d
commit
1ca97d4627
|
@ -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(''));
|
||||||
|
|
Loading…
Reference in New Issue