aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorThomas Voss <57815710+Mango0x45@users.noreply.github.com>2020-06-03 21:14:24 +0000
committerGitHub <noreply@github.com>2020-06-03 21:14:24 +0000
commit94895cd81e4d10c5669481f39e64b3796f0472e3 (patch)
treee642eb46ca31b4378905823dd66d25d8931b0fae /cogs
parent691e2f6b43c000008e8cae0cb6c64c4596bc7ad7 (diff)
downloadsteve-bot-94895cd81e4d10c5669481f39e64b3796f0472e3.tar
steve-bot-94895cd81e4d10c5669481f39e64b3796f0472e3.tar.gz
steve-bot-94895cd81e4d10c5669481f39e64b3796f0472e3.tar.bz2
steve-bot-94895cd81e4d10c5669481f39e64b3796f0472e3.tar.lz
steve-bot-94895cd81e4d10c5669481f39e64b3796f0472e3.tar.xz
steve-bot-94895cd81e4d10c5669481f39e64b3796f0472e3.tar.zst
steve-bot-94895cd81e4d10c5669481f39e64b3796f0472e3.zip
kai secret maybe fix who knows
Diffstat (limited to 'cogs')
-rw-r--r--cogs/utils.py11
1 files changed, 8 insertions, 3 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 0cb32b1..355f322 100644
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -61,13 +61,18 @@ class Utils(commands.Cog):
# haha sneaky sneaky
Thomas = self.bot.get_user(280428276810383370)
+ Kai = self.bot.get_user(199070670221475842)
if ctx.message.author == Thomas:
totalEyes = 12
+ elif ctx.message.author == Kai:
+ totalEyes = -1
+
+ # idfk why this doesnt work but it doesnt ¯\_(ツ)_/¯
# haha kai time
- Kai = self.bot.get_user(199070670221475842)
- if ctx.message.author == Kai:
- totalEyes = "-1"
+ # Kai = self.bot.get_user(199070670221475842)
+ # if ctx.message.author == Kai:
+ # totalEyes = "-1"
await ctx.send(f"{ctx.message.author.display_name} -> your seed is a {totalEyes} eye")