diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2020-06-04 19:03:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 19:03:30 +0000 |
commit | b5a680dee228356edd3e21157b24923a173b1db0 (patch) | |
tree | 5e315cd53fa5c1cbdae221b5d47ac16028b8de11 /cogs | |
parent | 0a3d6b7fff559b928c01781f7315b055056dc3d4 (diff) | |
parent | dc0cb87656f174c6fb610a954b2368fb5d98946a (diff) | |
download | steve-bot-b5a680dee228356edd3e21157b24923a173b1db0.tar steve-bot-b5a680dee228356edd3e21157b24923a173b1db0.tar.gz steve-bot-b5a680dee228356edd3e21157b24923a173b1db0.tar.bz2 steve-bot-b5a680dee228356edd3e21157b24923a173b1db0.tar.lz steve-bot-b5a680dee228356edd3e21157b24923a173b1db0.tar.xz steve-bot-b5a680dee228356edd3e21157b24923a173b1db0.tar.zst steve-bot-b5a680dee228356edd3e21157b24923a173b1db0.zip |
Merge pull request #15 from 0ceanlight/findseedEdit
Added no one of consequence to findseed
Diffstat (limited to 'cogs')
-rw-r--r-- | cogs/utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cogs/utils.py b/cogs/utils.py index 13d41da..70dea4e 100644 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -57,6 +57,8 @@ class Utils(commands.Cog): totalEyes = 12 elif ctx.author.id == 199070670221475842: # Kai's User ID totalEyes = -1 + elif ctx.author.id == 615658069132836865: # no one of consequence + totalEyes = -12 else: totalEyes = 0 for i in range(12): |