diff options
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 9bf1368..f772e89 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -404,7 +404,7 @@ class Utils(commands.Cog): .decode("utf-8") ) if "women" in text.lower() or "woman" in text.lower(): - await message.channel.send("<:shut:808844274933694474>") + await message.channel.send("<:shut:808843657167765546>") for word in badWords: if word in message.content.lower().replace(" ", ""): |