We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently all commands are synced to the configured guild, update this such that commands are synced to the appropriate location.
All commands are currently synced to a specific guild because then we don't have to wait for discord to sync the command to that specific guild.
This means that any commands (or cogs) we have that are only meant for a single guild needs to be decorated with @app_commands.guilds(...)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently all commands are synced to the configured guild, update this such that commands are synced to the appropriate location.
All commands are currently synced to a specific guild because then we don't have to wait for discord to sync the command to that specific guild.
This means that any commands (or cogs) we have that are only meant for a single guild needs to be decorated with @app_commands.guilds(...)
The text was updated successfully, but these errors were encountered: