From 0d1bb008a0d31a9166aa22a11e87a31dfc36f98d Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani <46041660+null2264@users.noreply.github.com> Date: Fri, 26 Mar 2021 12:06:02 +0700 Subject: + Fix "shut" emoji --- cogs/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(" ", ""): -- cgit v1.2.3