From dc0cb87656f174c6fb610a954b2368fb5d98946a Mon Sep 17 00:00:00 2001 From: 0ceanlight Date: Thu, 4 Jun 2020 08:36:12 -0700 Subject: added no one of consequence to findseed --- cogs/utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cogs') 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): -- cgit v1.2.3