-
Notifications
You must be signed in to change notification settings - Fork 23
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
Listing commands per guilds #7
Comments
Hello, you can already enter a guild ID right? |
Yes, but when you don't remember for what guilds you registred slash commands and want to delete it. There should be something to get list of all registred slash commands and manage it |
I don't think there is an endpoint to get all the commands in all the guilds. Or we would need to loop over all the guilds to get their commands, but I don't think it is a good idea 🤔 |
Is it possible to have a dropdown with the guilds that the bot is in? |
We would need the bot's token instead 🤔 |
You should make that you can use client secret or bot token. Because someone also me have oauth application for slash commands without bot Only if you are using bot token, dropdown of guilds should be visible |
As the bot joins a server, save the guild name and guild id to a json file or database so you don't have to worry about it. Use a function to get the specific guild you want to use it for and pull into the command. |
Hi, can you add that when there are some guild based commands registred, there will be guild picker for that guilds in settings?
The text was updated successfully, but these errors were encountered: