diff options
author | Mango0x45 <thomasvoss@live.com> | 2020-09-29 17:35:03 +0000 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2020-09-29 17:35:03 +0000 |
commit | 77ee5939a4b82c62bc5c55625989d17a00283006 (patch) | |
tree | ccb3159fa17392bdc71ec5935be1bac68d098e72 /cogs/utils.py | |
parent | 2d4f640d0d44de2a344f9cc64bfcdae0149c668b (diff) | |
download | steve-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-x | cogs/utils.py | 2 |
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 |