This commit is contained in:
Flummi 2016-10-29 06:01:28 +02:00
parent 12f2f8cbdc
commit d1c54a6682

View File

@ -13,7 +13,7 @@ module.exports = (lib) => {
e: e
}
var output = safeEval(args, context);
if(typeof(output) != undefined)
if(typeof(output) != undefined && output !== 'undefined' && output)
e.reply(output);
},
desc: 'bot debug'