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

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-04-13 23:14:46 -05:00
parent 5e8f31de8b
commit f9b7fa6fd5

View File

@ -226,7 +226,7 @@ function checkIfExempt(message) {
message.react('🌐');
message.react('🔗');
return true;
} else if (message.content.contains("```")) {
} else if (message.content.includes("```")) {
return true;
}
if (!message.author.bot) {