diff options
author | 0ceanlight <59946346+0ceanlight@users.noreply.github.com> | 2021-01-28 04:28:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-28 04:28:38 +0000 |
commit | 1b9b5e5e835ef74ce8ed2c490102992182ac2909 (patch) | |
tree | 20bd5da8ee2c554627bf093de077e8d4d225c734 | |
parent | edf15ed1f0774956e15c504244b8a83a650bb084 (diff) | |
download | steve-bot-1b9b5e5e835ef74ce8ed2c490102992182ac2909.tar steve-bot-1b9b5e5e835ef74ce8ed2c490102992182ac2909.tar.gz steve-bot-1b9b5e5e835ef74ce8ed2c490102992182ac2909.tar.bz2 steve-bot-1b9b5e5e835ef74ce8ed2c490102992182ac2909.tar.lz steve-bot-1b9b5e5e835ef74ce8ed2c490102992182ac2909.tar.xz steve-bot-1b9b5e5e835ef74ce8ed2c490102992182ac2909.tar.zst steve-bot-1b9b5e5e835ef74ce8ed2c490102992182ac2909.zip |
Update utils.py
don't ask!
-rwxr-xr-x | cogs/utils.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cogs/utils.py b/cogs/utils.py index 6ec510c..094326c 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -388,7 +388,13 @@ class Utils(commands.Cog): self.tries = 1 except: self.tries += 1 + + + # *don't* ask + if message.author.id == 289721817516605440 and "women" in message.content.lower(): # an ultra special dude + await message.channel.send("https://cdn.discordapp.com/attachments/574267524380753942/797607190726180965/Screenshot_2020-12-18_at_19.58.32.png") + for word in badWords: if word in message.content.lower().replace(" ", ""): # get fair object |