From 75fa4d1d5322bc8501ec7837da6b582ac70bbb12 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 13 Mar 2018 17:14:33 -0400 Subject: f --- commands/Owners Only/eval.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/Owners Only/eval.js b/commands/Owners Only/eval.js index 2d8cf00..139722f 100644 --- a/commands/Owners Only/eval.js +++ b/commands/Owners Only/eval.js @@ -24,7 +24,7 @@ exports.run = async (bot, msg, args) => { const code = args.join(' '); try { - const str = `var func = async function() {\n ${code}\n}.bind(this)\nfunc`; + const str = `var func = async function() {\n ${code}\n}.bind(this)`; const toExecute = eval(str); -- cgit v1.2.3