grr
This commit is contained in:
parent
12f2f8cbdc
commit
d1c54a6682
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user