From 94895cd81e4d10c5669481f39e64b3796f0472e3 Mon Sep 17 00:00:00 2001 From: Thomas Voss <57815710+Mango0x45@users.noreply.github.com> Date: Wed, 3 Jun 2020 23:14:24 +0200 Subject: kai secret maybe fix who knows --- cogs/utils.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'cogs/utils.py') 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") -- cgit v1.2.3 From a62b2c160359caea7a0eb77bbe2f37eb8c4734d5 Mon Sep 17 00:00:00 2001 From: Thomas Voss <57815710+Mango0x45@users.noreply.github.com> Date: Wed, 3 Jun 2020 23:15:44 +0200 Subject: Added some documentation --- cogs/utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cogs/utils.py') diff --git a/cogs/utils.py b/cogs/utils.py index 355f322..98efc19 100644 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -68,6 +68,7 @@ class Utils(commands.Cog): 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) -- cgit v1.2.3