Im working on a discord bot that blocks anything saying uwu, owo, uvu, etc. however, it is possible to bypass this by using emojis. Is there any way to delete a message that has a specific emoji/ specific emojis? here's what ive tried: ':regional_indicator_u: :regional_indicator_w: :regional_indicator_u:' in a list but that didnt work. copy and pasting the emojis, but it wouldnt let me. typing them out, no emoji for it. please help.
if (message.content.includes("🇺🇼u")) {
// ...
}
It looks like plain text but it's unicode emojis