Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms
This commit is contained in:
commit
f333b322da
2
main.cjs
2
main.cjs
@ -226,7 +226,7 @@ function checkIfExempt(message) {
|
|||||||
message.react('🌐');
|
message.react('🌐');
|
||||||
message.react('🔗');
|
message.react('🔗');
|
||||||
return true;
|
return true;
|
||||||
} else if (message.content.contains("```")) {
|
} else if (message.content.includes("```")) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (!message.author.bot) {
|
if (!message.author.bot) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user