diff options
author | 0ceanlight <imahacubak@gmail.com> | 2020-06-04 15:36:12 +0000 |
---|---|---|
committer | 0ceanlight <imahacubak@gmail.com> | 2020-06-04 15:36:12 +0000 |
commit | dc0cb87656f174c6fb610a954b2368fb5d98946a (patch) | |
tree | 01e675020fa8bc539ab38f2da2dde73cd7393e23 /cogs | |
parent | cb2a68cb27a144129f1104fe7a1eb1993b2a293f (diff) | |
download | steve-bot-dc0cb87656f174c6fb610a954b2368fb5d98946a.tar steve-bot-dc0cb87656f174c6fb610a954b2368fb5d98946a.tar.gz steve-bot-dc0cb87656f174c6fb610a954b2368fb5d98946a.tar.bz2 steve-bot-dc0cb87656f174c6fb610a954b2368fb5d98946a.tar.lz steve-bot-dc0cb87656f174c6fb610a954b2368fb5d98946a.tar.xz steve-bot-dc0cb87656f174c6fb610a954b2368fb5d98946a.tar.zst steve-bot-dc0cb87656f174c6fb610a954b2368fb5d98946a.zip |
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 290850f..c3510f6 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): |