From 302be2c945874441f7a3caa7ed12f25386a1a91e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B5=90=E5=9F=8E=E3=82=A4=E3=83=B4?= <25443872+yuukieve@users.noreply.github.com> Date: Sun, 7 Apr 2019 04:00:11 -0400 Subject: [PATCH] Per 564346741982494726 --- cogs/verification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/verification.py b/cogs/verification.py index b4ae116..19ed67c 100644 --- a/cogs/verification.py +++ b/cogs/verification.py @@ -106,7 +106,7 @@ welcome_footer = ( """, ) -hidden_term_line = ' • When you have finished reading all of the rules, send a message in this channel that includes the SHA1 hash of your discord "name#discriminator" (for example, 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 SHA1 hash of your discord "name#discriminator" (for example, SHA1(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):