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 ea8fa75..f6b1c7f 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -400,7 +400,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: |