diff --git a/index.js b/index.js index e562d08..a30c9e9 100644 --- a/index.js +++ b/index.js @@ -132,6 +132,7 @@ function doPMCommand(msg, prefix) { } catch (err) { console.error('There was an error running: ' + command); console.error(err.stack); + msg.react('⚠️') } } else { msg.react('⛔')