diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-01-28 18:44:10 +0000 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-01-28 18:44:10 +0000 |
commit | 9b6e9299a67fe0e657005fe0d41578d063888190 (patch) | |
tree | 758304cbe49428fc64d209996bae5663b23d881e /cogs/utils.py | |
parent | 70cd4e7b8bd09a3b1be066735d2b73b45ad04f39 (diff) | |
download | steve-bot-9b6e9299a67fe0e657005fe0d41578d063888190.tar steve-bot-9b6e9299a67fe0e657005fe0d41578d063888190.tar.gz steve-bot-9b6e9299a67fe0e657005fe0d41578d063888190.tar.bz2 steve-bot-9b6e9299a67fe0e657005fe0d41578d063888190.tar.lz steve-bot-9b6e9299a67fe0e657005fe0d41578d063888190.tar.xz steve-bot-9b6e9299a67fe0e657005fe0d41578d063888190.tar.zst steve-bot-9b6e9299a67fe0e657005fe0d41578d063888190.zip |
Match woman too
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 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" ) |