diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2020-06-03 20:58:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 20:58:32 +0000 |
commit | 691e2f6b43c000008e8cae0cb6c64c4596bc7ad7 (patch) | |
tree | 44c799b08693f23ec9c1fff76a70d6db62d6ecbf /cogs/utils.py | |
parent | 0481f1309f0e848e81e99214c447f89c527a52f5 (diff) | |
parent | 4439efc601f450e12e43c7ba1b91fc40b8bd63be (diff) | |
download | steve-bot-691e2f6b43c000008e8cae0cb6c64c4596bc7ad7.tar steve-bot-691e2f6b43c000008e8cae0cb6c64c4596bc7ad7.tar.gz steve-bot-691e2f6b43c000008e8cae0cb6c64c4596bc7ad7.tar.bz2 steve-bot-691e2f6b43c000008e8cae0cb6c64c4596bc7ad7.tar.lz steve-bot-691e2f6b43c000008e8cae0cb6c64c4596bc7ad7.tar.xz steve-bot-691e2f6b43c000008e8cae0cb6c64c4596bc7ad7.tar.zst steve-bot-691e2f6b43c000008e8cae0cb6c64c4596bc7ad7.zip |
Merge pull request #12 from kaiisnothere/patch-2
kai time the sequel
Diffstat (limited to 'cogs/utils.py')
-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") |