aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2020-06-03 20:48:46 +0000
committerGitHub <noreply@github.com>2020-06-03 20:48:46 +0000
commit0481f1309f0e848e81e99214c447f89c527a52f5 (patch)
treeadb22ca419b598a637c47aef92de4ec683148150
parent5e2f2c37c3012d70037374ff1a06b0fbaef93fcf (diff)
parent4050f00c67826db59602cccacd25a05599792abe (diff)
downloadsteve-bot-0481f1309f0e848e81e99214c447f89c527a52f5.tar
steve-bot-0481f1309f0e848e81e99214c447f89c527a52f5.tar.gz
steve-bot-0481f1309f0e848e81e99214c447f89c527a52f5.tar.bz2
steve-bot-0481f1309f0e848e81e99214c447f89c527a52f5.tar.lz
steve-bot-0481f1309f0e848e81e99214c447f89c527a52f5.tar.xz
steve-bot-0481f1309f0e848e81e99214c447f89c527a52f5.tar.zst
steve-bot-0481f1309f0e848e81e99214c447f89c527a52f5.zip
Merge pull request #11 from kaiisnothere/patch-1
kai time bby
-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