SetNickName & RoleUpdate for "interaction" Feature Request #8354
Replies: 1 comment 2 replies
-
Why can we only do this with OAuth2? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which package is the feature request for?
builders
Feature
I get it from the user with the "/"(slash) command with interaction. And if the code entered by the user is correct with the verification system I wrote, I want to assign roles and change usernames.
However, interaction does not have the authority to change the username and assign a role. What can I do for it?
Ideal solution or implementation
Adding authorizations to the interaction and opening the scope
Alternative solutions or implementations
This can be achieved with the Rest Api, and there should be no OAuth requirement for role assignment.
Other context
Not now
Beta Was this translation helpful? Give feedback.
All reactions