aboutsummaryrefslogtreecommitdiff
path: root/cogs/utils.py
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com>2020-09-29 17:35:03 +0000
committerMango0x45 <thomasvoss@live.com>2020-09-29 17:35:03 +0000
commit77ee5939a4b82c62bc5c55625989d17a00283006 (patch)
treeccb3159fa17392bdc71ec5935be1bac68d098e72 /cogs/utils.py
parent2d4f640d0d44de2a344f9cc64bfcdae0149c668b (diff)
downloadsteve-bot-77ee5939a4b82c62bc5c55625989d17a00283006.tar
steve-bot-77ee5939a4b82c62bc5c55625989d17a00283006.tar.gz
steve-bot-77ee5939a4b82c62bc5c55625989d17a00283006.tar.bz2
steve-bot-77ee5939a4b82c62bc5c55625989d17a00283006.tar.lz
steve-bot-77ee5939a4b82c62bc5c55625989d17a00283006.tar.xz
steve-bot-77ee5939a4b82c62bc5c55625989d17a00283006.tar.zst
steve-bot-77ee5939a4b82c62bc5c55625989d17a00283006.zip
fix
Diffstat (limited to 'cogs/utils.py')
-rwxr-xr-xcogs/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 45388f5..d93bf6f 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 or "<@280428276810383370>" in message.content:
await message.channel.send("<:MangoPing:760286455238361129>")
badWords = ["fair", "ⓕⓐⓘⓡ"]
count = 0