Browse Source

Add note about global commands taking up to an hour to apply to docs (#160)

pull/1923/head
MrCakeSlayer GitHub 3 years ago
parent
commit
15a8cf879a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      docs/guides/interactions/application-commands/slash-commands/02-creating-slash-commands.md

+ 2
- 0
docs/guides/interactions/application-commands/slash-commands/02-creating-slash-commands.md View File

@@ -12,6 +12,8 @@ Guild commands are specific to the guild you specify when making them. Guild com


**Note**: Apps can have a maximum of 100 global commands, and an additional 100 guild-specific commands per guild. **Note**: Apps can have a maximum of 100 global commands, and an additional 100 guild-specific commands per guild.


**Note**: Global commands will take up to 1 hour to create, delete or modify on guilds. If you need to update a command quickly for testing you can create it as a guild command.

If you don't have the code for a bot ready yet please follow [this guide](https://docs.stillu.cc/guides/getting_started/first-bot.html). If you don't have the code for a bot ready yet please follow [this guide](https://docs.stillu.cc/guides/getting_started/first-bot.html).


## SlashCommandBuilder ## SlashCommandBuilder


Loading…
Cancel
Save