diff options
-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 |