diff options
Diffstat (limited to 'app.js')
| -rw-r--r-- | app.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -110,6 +110,8 @@ bot.on('message', async msg => { return;
} catch (error) {
console.error(error);
+ //msg.reply('command error\'d out, check logs');
+ //return;
}
// Reacts with ping emoji when @everyone
|