diff options
author | Indrajith K L | 2021-06-22 22:14:41 +0530 |
---|---|---|
committer | Indrajith K L | 2021-06-22 22:14:41 +0530 |
commit | ba1bb84bfb7c52693c8a46ae0b9084194faf0e29 (patch) | |
tree | adf400bb3b3140eb056e332c2f43748b52da874c /src | |
parent | caebd6b3e5315d3002107464b33ae7b6bf006800 (diff) | |
download | lul-bot-ba1bb84bfb7c52693c8a46ae0b9084194faf0e29.tar.gz lul-bot-ba1bb84bfb7c52693c8a46ae0b9084194faf0e29.tar.bz2 lul-bot-ba1bb84bfb7c52693c8a46ae0b9084194faf0e29.zip |
* Removes Confusion Reply
Diffstat (limited to 'src')
-rw-r--r-- | src/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js index d0bb7d6..9468832 100644 --- a/src/main.js +++ b/src/main.js @@ -13,7 +13,7 @@ client.on('message', (message) => { if (message.content.startsWith(CMD_PREFIX)) { const commandReply = parseCMD(message); if (!commandReply) { - confusion.execute(message); + //confusion.execute(message); } } else { const replyMessage = parseCasualMessage(message); |