From adb38f13593fc7ec509f2b224d1de00cd3710771 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Fri, 14 Dec 2018 14:36:20 +0100 Subject: [PATCH] im tired of that stupid bug pls --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 217c67f7..7025fa1e 100644 --- a/index.js +++ b/index.js @@ -81,11 +81,12 @@ client.registry var autoresponse = new SelfReloadJSON('./json/autoresponse.json'); let message_content = message.content.toLowerCase(); -// fix a stupid bug that happen for idk wich reasons +// fix a stupid bug that happen for idk wich reasons pls why tf it happen if (message_content == ('stop')) return; if (message_content == ('is')) return; if (message_content == ('on')) return; if (message_content == ('once')) return; + if (message_content == ('save')) return; if (message.author.bot) return; {