Skip to content
Discussion options

You must be logged in to vote

Your question is a little confusing, however, I'll try my best to answer:

If you want to make an app_command for a specific guild(s) you can use the app_commands.guilds decorator, then call CommandTree.sync() with the guild(s) you would like to sync those commands to.

If you're talking about using app_commands in all guilds meaning globally, then you omit the app_commands.guilds decorator and call CommandTree.sync() without any parameters.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@IIDarkNessYT
Comment options

Answer selected by IIDarkNessYT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants