From 46d0a5246f25542f6340d812b2a201e2843a0c74 Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Tue, 4 Jun 2019 01:03:06 +0300 Subject: [PATCH] Drop the hashalg() thing as it was confusing everyone --- cogs/verification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/verification.py b/cogs/verification.py index 53995ee..43d2329 100644 --- a/cogs/verification.py +++ b/cogs/verification.py @@ -107,7 +107,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.' +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", and bot will automatically 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):