aboutsummaryrefslogtreecommitdiff
path: root/cogs/utils.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xcogs/utils.py4
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(" ", ""):