Drop the hashalg() thing as it was confusing everyone
This commit is contained in:
parent
997cd80bf9
commit
46d0a5246f
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
class Verification(Cog):
|
||||||
|
|
Loading…
Reference in a new issue