Don't try to check roles if message came from a bot (or webhook, they both return true for that flag)

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-04-02 15:37:01 -05:00
parent 461ce43594
commit 846a346ad9

View File

@ -135,6 +135,7 @@ function checkMessage(message) {
message.react('🇬'); message.react('🇬');
return; return;
} }
}
} }
matchDetected = true; matchDetected = true;
abbrsUsed++; abbrsUsed++;