-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update mod.py copy #27
base: master
Are you sure you want to change the base?
Conversation
Rules for accessing Discord channel is confusing and vague for the layman. I added more clarity.
@@ -98,7 +98,7 @@ | |||
""", | |||
) | |||
|
|||
hidden_term_line = ' • When you have finished reading all of the rules, send a message in this channel that includes the sha1 of your discord `name#discriminator`, and we\'ll grant you access to the other channels. You can find your `name#discriminator` under the discord channel list.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You shouldn't have removed the \
, in this context it's an escape character that doesn't show up in the output but makes the '
after it be part of the text instead of ending the text.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
I agree the message isn't ideal, but we're unfortunately limited in the message size. I like the wording, but we're going to have to further split the newcomer messages if we're going to use that, I think. |
Hmm actually it should be fine, we already have the logic to make the split dynamic. |
This can be closed, #29 contained a (vaguer on purpose) version of this. |
The rule / instruction for accessing Discord channel (via discriminator to sha1 hash conversion) is confusing and vague for the layman. I added more clarity. This will ensure we aren't filtering out casual Discord users who may have something valuable to contribute.