diff options
Diffstat (limited to 'cogs/utils.py')
-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 d6b3b3f..b4f819f 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -399,7 +399,7 @@ class Utils(commands.Cog): ) if "women" in text.lower() or "woman" in text.lower(): await message.channel.send( - "https://cdn.discordapp.com/attachments/574267524380753942/797607190726180965/Screenshot_2020-12-18_at_19.58.32.png" + "<:shut:808844274933694474>" ) for word in badWords: |