+errormessage
This commit is contained in:
parent
b67cecbb45
commit
36fa837eb7
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user