diff --git a/index.js b/index.js index 58cd1765..a8a53ba3 100644 --- a/index.js +++ b/index.js @@ -79,7 +79,7 @@ client.on('message', async (msg) => { return msg.reply(response) .then(() => msg.channel.stopTyping()); } catch (err) { - return msg.reply(err) + return msg.reply('An Error Occurred.') .then(() => msg.channel.stopTyping()); } } else return;