aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cogs/utils.py2
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):
span> 2021-02-28Make !pending not max out at 200 runs per gamerandomidiot131-5/+16 2021-02-27Update aiohttp due to security vulnerabilityMango0x452-1/+2 2021-02-24Make !verified asynchronousAnInternetTroll2-38/+36 2021-02-20Add verified commandrandomidiot131-0/+45 If I did everything right, there should be a "verified" command that does the same thing as "src!v", roughly. Be advised that I have no idea if what I'm doing is correct, good, and/or functional. 2021-02-13Whitelist coop all bosses when rejecting spamMango0x451-1/+1 2021-02-13Remove useless importsMango0x454-6/+1 2021-02-13Add better spam preventionMango0x451-15/+22 2021-02-13Remove useless dependenciesMango0x451-10/+8