forked from Supositware/Haha-Yes
i hate you
This commit is contained in:
parent
e0b647b29c
commit
790522320e
1 changed files with 7 additions and 0 deletions
7
index.js
7
index.js
|
@ -83,6 +83,13 @@ client.registry
|
|||
|
||||
let message_content = message.content.toLowerCase();
|
||||
|
||||
// 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; {
|
||||
|
||||
// User autoresponse
|
||||
|
|
Loading…
Reference in a new issue