aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorkaiisnothere <66388843+kaiisnothere@users.noreply.github.com>2020-06-03 20:40:50 +0000
committerGitHub <noreply@github.com>2020-06-03 20:40:50 +0000
commit4050f00c67826db59602cccacd25a05599792abe (patch)
treeadb22ca419b598a637c47aef92de4ec683148150 /cogs
parent5e2f2c37c3012d70037374ff1a06b0fbaef93fcf (diff)
downloadsteve-bot-4050f00c67826db59602cccacd25a05599792abe.tar
steve-bot-4050f00c67826db59602cccacd25a05599792abe.tar.gz
steve-bot-4050f00c67826db59602cccacd25a05599792abe.tar.bz2
steve-bot-4050f00c67826db59602cccacd25a05599792abe.tar.lz
steve-bot-4050f00c67826db59602cccacd25a05599792abe.tar.xz
steve-bot-4050f00c67826db59602cccacd25a05599792abe.tar.zst
steve-bot-4050f00c67826db59602cccacd25a05599792abe.zip
kai time bby
-1 eye seed time woohoo
Diffstat (limited to '')
-rw-r--r--cogs/utils.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/cogs/utils.py b/cogs/utils.py
index 5ff7d81..985ecdc 100644
--- a/cogs/utils.py
+++ b/cogs/utils.py
@@ -64,6 +64,11 @@ class Utils(commands.Cog):
if ctx.message.author == Thomas:
totalEyes = 12
+ # haha kai time
+ 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")
@findseed.error