diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2021-03-26 05:33:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 05:33:45 +0000 |
commit | 542c1459d57885a51204f7c583b5e5466eaabbb8 (patch) | |
tree | 9ad9adddb67551a99e941aded2198a38d9b7d1af | |
parent | 2ada450e4323e83ebb487f93b268434b422498b2 (diff) | |
parent | 0d1bb008a0d31a9166aa22a11e87a31dfc36f98d (diff) | |
download | steve-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-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(" ", ""): |