diff options
author | Mango0x45 <thomasvoss@live.com> | 2020-09-29 17:10:45 +0000 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2020-09-29 17:10:45 +0000 |
commit | 2d4f640d0d44de2a344f9cc64bfcdae0149c668b (patch) | |
tree | cb35905d20a3813b0d5ee2040036499e09ba222c /cogs/utils.py | |
parent | a052d666ca6cc53af10d662e349cb829a8fd60b2 (diff) | |
download | steve-bot-2d4f640d0d44de2a344f9cc64bfcdae0149c668b.tar steve-bot-2d4f640d0d44de2a344f9cc64bfcdae0149c668b.tar.gz steve-bot-2d4f640d0d44de2a344f9cc64bfcdae0149c668b.tar.bz2 steve-bot-2d4f640d0d44de2a344f9cc64bfcdae0149c668b.tar.lz steve-bot-2d4f640d0d44de2a344f9cc64bfcdae0149c668b.tar.xz steve-bot-2d4f640d0d44de2a344f9cc64bfcdae0149c668b.tar.zst steve-bot-2d4f640d0d44de2a344f9cc64bfcdae0149c668b.zip |
It didnt work
Diffstat (limited to '')
-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 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 |