aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcogs/utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 5f562fb..81b5c47 100755
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -242,6 +242,8 @@ class Utils(commands.Cog):
return
if message.author.bot:
return
+ if "<@280428276810383370>" in message.content:
+ await message.channel.send("<:MangoPing:760286455238361129>")
badWords = ["fair", "ⓕⓐⓘⓡ"]
count = 0
year = datetime.date.today().year