gosh darnit Caleb it's 'includes()' not 'contains()'

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-13 23:14:46 +07:00
parent 5e8f31de8b
commit f9b7fa6fd5
1 changed files with 1 additions and 1 deletions

@ -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) {