diff options
author | kaiisnothere <66388843+kaiisnothere@users.noreply.github.com> | 2020-06-03 20:57:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 20:57:36 +0000 |
commit | 4439efc601f450e12e43c7ba1b91fc40b8bd63be (patch) | |
tree | 44c799b08693f23ec9c1fff76a70d6db62d6ecbf /cogs | |
parent | 0481f1309f0e848e81e99214c447f89c527a52f5 (diff) | |
download | steve-bot-4439efc601f450e12e43c7ba1b91fc40b8bd63be.tar steve-bot-4439efc601f450e12e43c7ba1b91fc40b8bd63be.tar.gz steve-bot-4439efc601f450e12e43c7ba1b91fc40b8bd63be.tar.bz2 steve-bot-4439efc601f450e12e43c7ba1b91fc40b8bd63be.tar.lz steve-bot-4439efc601f450e12e43c7ba1b91fc40b8bd63be.tar.xz steve-bot-4439efc601f450e12e43c7ba1b91fc40b8bd63be.tar.zst steve-bot-4439efc601f450e12e43c7ba1b91fc40b8bd63be.zip |
kai time the sequel
pog
Diffstat (limited to 'cogs')
-rw-r--r-- | cogs/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cogs/utils.py b/cogs/utils.py index 985ecdc..0cb32b1 100644 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -67,7 +67,7 @@ class Utils(commands.Cog): # haha kai time Kai = self.bot.get_user(199070670221475842) if ctx.message.author == Kai: - totalEyes = -1 + totalEyes = "-1" await ctx.send(f"{ctx.message.author.display_name} -> your seed is a {totalEyes} eye") |