-
Notifications
You must be signed in to change notification settings - Fork 3
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
Make Username type configurable #104
Comments
Probably waiting on the following two PRs to be merged and released before we are able to adjust the code to respect that change: As Discord does not break things yet because we are saving things as IDs (thankfully we changed that in the replit version already) and they are simply returning the pomelo name as username (lowercase, only latin characters and dots and underscores) and 0 as discriminator (the 4 digits after the |
What should be the prefered name to show when we change it? There is three names that will be available: Username, Display Name and Nickname (where the nickname is per server/guild).
The only name that is unique is the Username, there can be multiple people with the same Display Name and the same Nickname. My preference would be 6 with a default value of 5 so in the default settings there cannot be any impersonation or trolling with display names and nicknames. |
This is a very good point. I was going to go with 6 with a default of 1, but I think your concern is valid and we should go with 6/5 instead. The server admins can configure it the way they want that way. |
Resolved in #144 |
This is basically just a reminder issue to:
README.md
's (at least) screenshots need to be updated. Also each application automatically gets assigned a bot.Resources:
Discord Help Center Article
Discord Developer Help Center Article
The text was updated successfully, but these errors were encountered: