aboutsummaryrefslogtreecommitdiff
path: root/cogs/utils.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xcogs/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 81b5c47..45388f5 100755
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -242,7 +242,7 @@ class Utils(commands.Cog):
return
if message.author.bot:
return
- if "<@280428276810383370>" in message.content:
+ if "<@!280428276810383370>" in message.content:
await message.channel.send("<:MangoPing:760286455238361129>")
badWords = ["fair", "ⓕⓐⓘⓡ"]
count = 0