Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update mod.py copy #27

wants to merge 2 commits into from

Conversation

civita88
Copy link

@civita88 civita88 commented Jul 13, 2018

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.

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.'
Copy link
Collaborator

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.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@roblabla
Copy link
Contributor

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.

@roblabla
Copy link
Contributor

Hmm actually it should be fine, we already have the logic to make the split dynamic.

@roblabla
Copy link
Contributor

roblabla commented Jul 16, 2018

This can be closed, #29 contained a (vaguer on purpose) version of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants