-
Notifications
You must be signed in to change notification settings - Fork 189
Add user_installed_commands method (user_application_command_index) #806
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
Conversation
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.
Can this method also be added on Guild (like application_commands()
is) and also on Client (cuz these are global and don't actually need a channel)
And can you please update the command classes with the new relevant fields? Also, have you verified sending the commands functions?
Co-authored-by: dolfies <jeyalfie47@gmail.com>
hey!
I don’t understand what update :( Yeah, i just tested the code |
Are there not any new fields on the response from the endpoint that are not in the e.g. SlashCommand class? There should be pretty sure |
just make sure they're working, cause I gotta go to work 🫠 |
take your time dw |
Summary
I noticed that there is a user_application_command_index method in the code, but it is not used anywhere,
General Info