aboutsummaryrefslogtreecommitdiff
path: root/cogs/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'cogs/utils.py')
-rwxr-xr-xcogs/utils.py12
1 files changed, 9 insertions, 3 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 0cb32b1..98efc19 100755
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -61,13 +61,19 @@ 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
+
+ # EDIT: It DID work!! Troll just forgot to reload utils Kappa
+ # 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")