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; {