+errormessage
This commit is contained in:
parent
b67cecbb45
commit
36fa837eb7
|
@ -17,8 +17,8 @@ module.exports = (lib) => {
|
||||||
if(typeof(output) != undefined && output !== 'undefined' && output)
|
if(typeof(output) != undefined && output !== 'undefined' && output)
|
||||||
e.reply(output);
|
e.reply(output);
|
||||||
}
|
}
|
||||||
catch(blah) {
|
catch(err) {
|
||||||
e.reply('f0ck you!');
|
e.reply(err.message);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
desc: 'sandbox'
|
desc: 'sandbox'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user