Drop the hashalg() thing as it was confusing everyone

This commit is contained in:
Ave Ozkal 2019-06-04 01:03:06 +03:00
parent 997cd80bf9
commit 46d0a5246f
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -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):