Add user_installed_commands method (user_application_command_index)#806
Add user_installed_commands method (user_application_command_index)#806wooslow wants to merge 4 commits intodolfies:masterfrom
Conversation
There was a problem hiding this comment.
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 |
|
Can we get an update on this merge request? Also @wooslow, await bot.user_application_commands() doesn't seem to return anything. Any updates on that? |
Summary
I noticed that there is a user_application_command_index method in the code, but it is not used anywhere,
General Info