From 1b9b5e5e835ef74ce8ed2c490102992182ac2909 Mon Sep 17 00:00:00 2001 From: 0ceanlight <59946346+0ceanlight@users.noreply.github.com> Date: Wed, 27 Jan 2021 22:28:38 -0600 Subject: Update utils.py don't ask! --- cogs/utils.py | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3