From a7e4575049e8e906d45cb7925ca28897d648bf57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B5=90=E5=9F=8E=E3=82=A4=E3=83=B4?= Date: Tue, 23 Apr 2019 23:58:17 -0400 Subject: [PATCH] Oops --- cogs/verification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/verification.py b/cogs/verification.py index 18c65d7..59db2e9 100644 --- a/cogs/verification.py +++ b/cogs/verification.py @@ -109,7 +109,7 @@ welcome_footer = ( hidden_term_line = ' • When you have finished reading all of the rules, send a message in this channel that includes the {0} hash of your discord "name#discriminator" (for example, {0}(User#1234)), and we\'ll grant you access to the other channels. You can find your "name#discriminator" (your username followed by a ‘#’ and four numbers) under the discord channel list.' class Verification(Cog): - def __init__(self, bot, hash_choice): + def __init__(self, bot): self.bot = bot self.hash_choice = random.choice(tuple(hashlib.algorithms_guaranteed))