Minor Bug Fix

This commit is contained in:
Daniel Odendahl Jr
2017-05-16 17:08:35 +00:00
parent bfbe874f4f
commit 9ae50db19c
+1 -1
View File
@@ -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;