From e64667b31c7691f86eebb21ad05258387faa922f Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Sun, 13 Aug 2023 00:57:14 -0500 Subject: [PATCH] Update publish.md --- docs/cli/publish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/publish.md b/docs/cli/publish.md index bbbb2f6d9..0c6d8d31c 100644 --- a/docs/cli/publish.md +++ b/docs/cli/publish.md @@ -22,7 +22,7 @@ MODE= - Calls the discord API with the [PUT route](https://discord.com/developers/docs/interactions/application-commands#bulk-overwrite-global-application-commands). Wherever your commands directory is located, publish will override the existing application commands at Discord. Existing commands do not count towards the command limit creation daily. You may pass these in as command line arguments as well. **CLI arguments take precedence.** -If you do not know how to obtain either of these credentials, +If you do not know how to obtain either of these credentials, [click here](https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token) ## Usage