From 881bd51bfcd194a9ed5f86244351c5649985691e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Hjorth=C3=B8j?= Date: Mon, 13 Sep 2021 09:06:57 +0200 Subject: [PATCH] I've added a link to Bulk overwrite of global slash commands for when it gets commited (#145) * I've added a link to Bulk overwrite of global slash commands for when it gets commited * Fix link for 3.x Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com> --- .../interactions/application-commands/slash-commands/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/interactions/application-commands/slash-commands/README.md b/docs/guides/interactions/application-commands/slash-commands/README.md index 3b672792c..70e31a8b4 100644 --- a/docs/guides/interactions/application-commands/slash-commands/README.md +++ b/docs/guides/interactions/application-commands/slash-commands/README.md @@ -9,3 +9,4 @@ Here you can find some guides on how to use slash commands. 5. [Responding ephemerally](https://github.com/Discord-Net-Labs/Discord.Net-Labs/blob/Interactions/docs/guides/slash-commands/05-responding-ephemerally.md) 6. [Subcommands](https://github.com/Discord-Net-Labs/Discord.Net-Labs/blob/Interactions/docs/guides/slash-commands/06-subcommands.md) 7. [Choices](https://github.com/Discord-Net-Labs/Discord.Net-Labs/blob/Interactions/docs/guides/slash-commands/07-choice-slash-command.md) +7. [Bulk overwrite of global slash commands](https://github.com/Discord-Net-Labs/Discord.Net-Labs/blob/release/3.x/docs/guides/interactions/application-commands/slash-commands/08-bulk-overwrite-of-global-slash-commands.md)