aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <57815710+Mango0x45@users.noreply.github.com>2021-01-28 18:18:27 +0000
committerGitHub <noreply@github.com>2021-01-28 18:18:27 +0000
commitd8ac0015c23c4c0c0324937c5aab5ebba1c497e3 (patch)
tree20bd5da8ee2c554627bf093de077e8d4d225c734
parentedf15ed1f0774956e15c504244b8a83a650bb084 (diff)
parent1b9b5e5e835ef74ce8ed2c490102992182ac2909 (diff)
downloadsteve-bot-d8ac0015c23c4c0c0324937c5aab5ebba1c497e3.tar
steve-bot-d8ac0015c23c4c0c0324937c5aab5ebba1c497e3.tar.gz
steve-bot-d8ac0015c23c4c0c0324937c5aab5ebba1c497e3.tar.bz2
steve-bot-d8ac0015c23c4c0c0324937c5aab5ebba1c497e3.tar.lz
steve-bot-d8ac0015c23c4c0c0324937c5aab5ebba1c497e3.tar.xz
steve-bot-d8ac0015c23c4c0c0324937c5aab5ebba1c497e3.tar.zst
steve-bot-d8ac0015c23c4c0c0324937c5aab5ebba1c497e3.zip
Merge pull request #42 from 0ceanlight/patch-1
-rwxr-xr-xcogs/utils.py6
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