+errormessage

This commit is contained in:
Flummi 2016-10-30 05:04:10 +01:00
parent b67cecbb45
commit 36fa837eb7

View File

@ -17,8 +17,8 @@ module.exports = (lib) => {
if(typeof(output) != undefined && output !== 'undefined' && output)
e.reply(output);
}
catch(blah) {
e.reply('f0ck you!');
catch(err) {
e.reply(err.message);
}
},
desc: 'sandbox'