diff options
-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 904125a..ea8fa75 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -398,7 +398,7 @@ class Utils(commands.Cog): .encode("ascii", "ignore") .decode("utf-8") ) - if "women" in text.lower(): + 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" ) |