aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2021-03-26 05:33:45 +0000
committerGitHub <noreply@github.com>2021-03-26 05:33:45 +0000
commit542c1459d57885a51204f7c583b5e5466eaabbb8 (patch)
tree9ad9adddb67551a99e941aded2198a38d9b7d1af
parent2ada450e4323e83ebb487f93b268434b422498b2 (diff)
parent0d1bb008a0d31a9166aa22a11e87a31dfc36f98d (diff)
downloadsteve-bot-542c1459d57885a51204f7c583b5e5466eaabbb8.tar
steve-bot-542c1459d57885a51204f7c583b5e5466eaabbb8.tar.gz
steve-bot-542c1459d57885a51204f7c583b5e5466eaabbb8.tar.bz2
steve-bot-542c1459d57885a51204f7c583b5e5466eaabbb8.tar.lz
steve-bot-542c1459d57885a51204f7c583b5e5466eaabbb8.tar.xz
steve-bot-542c1459d57885a51204f7c583b5e5466eaabbb8.tar.zst
steve-bot-542c1459d57885a51204f7c583b5e5466eaabbb8.zip
Merge pull request #53 from null2264/patch-2
-rwxr-xr-xcogs/utils.py2
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(" ", ""):