grr
This commit is contained in:
@@ -13,7 +13,7 @@ module.exports = (lib) => {
|
|||||||
e: e
|
e: e
|
||||||
}
|
}
|
||||||
var output = safeEval(args, context);
|
var output = safeEval(args, context);
|
||||||
if(typeof(output) != undefined)
|
if(typeof(output) != undefined && output !== 'undefined' && output)
|
||||||
e.reply(output);
|
e.reply(output);
|
||||||
},
|
},
|
||||||
desc: 'bot debug'
|
desc: 'bot debug'
|
||||||
|
Reference in New Issue
Block a user