diff --git a/src/trigger/sandbox.js b/src/trigger/sandbox.js index 65bd43f..a46b430 100644 --- a/src/trigger/sandbox.js +++ b/src/trigger/sandbox.js @@ -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'