aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmad Ansori Palembani <46041660+null2264@users.noreply.github.com>2021-03-26 05:06:02 +0000
committerGitHub <noreply@github.com>2021-03-26 05:06:02 +0000
commit0d1bb008a0d31a9166aa22a11e87a31dfc36f98d (patch)
tree9ad9adddb67551a99e941aded2198a38d9b7d1af
parent2ada450e4323e83ebb487f93b268434b422498b2 (diff)
downloadsteve-bot-0d1bb008a0d31a9166aa22a11e87a31dfc36f98d.tar
steve-bot-0d1bb008a0d31a9166aa22a11e87a31dfc36f98d.tar.gz
steve-bot-0d1bb008a0d31a9166aa22a11e87a31dfc36f98d.tar.bz2
steve-bot-0d1bb008a0d31a9166aa22a11e87a31dfc36f98d.tar.lz
steve-bot-0d1bb008a0d31a9166aa22a11e87a31dfc36f98d.tar.xz
steve-bot-0d1bb008a0d31a9166aa22a11e87a31dfc36f98d.tar.zst
steve-bot-0d1bb008a0d31a9166aa22a11e87a31dfc36f98d.zip
+ Fix "shut" emoji
-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(" ", ""):