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

[PronounDB] Pronoun role fallback #47

Open
Aura-Dacella opened this issue Jun 15, 2021 · 4 comments
Open

[PronounDB] Pronoun role fallback #47

Aura-Dacella opened this issue Jun 15, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@Aura-Dacella
Copy link

With the addition of discords pronoun picker bot it could be a good idea to show the pronoun roles next to a users name if a PronounDB account cant be found for the user.

@Strencher
Copy link
Owner

What "pronoun picker bot" are you talking about? Also i don't think that i can deal with roles as pronouns.

@Aura-Dacella
Copy link
Author

Aura-Dacella commented Jun 16, 2021

What "pronoun picker bot" are you talking about? Also i don't think that i can deal with roles as pronouns.

This is the bot
https://discord.com/api/oauth2/authorize?client_id=832258414603534380&permissions=8&scope=bot%20applications.commands

@RadNotRed
Copy link

thats a totally different thing

@MysticMia
Copy link

MysticMia commented Feb 6, 2022

  • You might be able to look for user's roles called 'He/Him' 'She/Her' 'They/Them' and form a combination of these into a pronoun: If lowercase(user.roles) contains 'he/him' and lowercase(user.roles) contains 'she/her': pronoun = 'he/her' or 'she/him' or something

  • Same for 'he/they' and 'she/they'; if there is no 'other' role in the server (might be unreliable), then 'he/him' 'she/her' and 'they/them' roles could add up to 'any' pronouns

@domi-btnr domi-btnr added the enhancement New feature or request label Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants