You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If slash commands are not showing up upon the first start of the bot this is perfectly normal behavior. You will need to synchronize them. You can easily do so by sending the following message in a channel your bot can read messages in
@Bot sync <guild/global>
Of course @Bot is you mentioning your actual bot.
If you use sync guild the slash commands will only be available in the current guild where you've executed the command - this is perfect for testing your commands.
If you use sync global the slash commands will be available in all guilds across all servers your bot is in - ideally you'd do that once you are sure the commands are working and you want to make them globally available.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Template Version
The version of the template that you are using.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: