diff options
Diffstat (limited to '')
-rwxr-xr-x | cogs/utils.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cogs/utils.py b/cogs/utils.py index b4f819f..1ff6820 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -398,9 +398,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:808844274933694474>") for word in badWords: if word in message.content.lower().replace(" ", ""): |