Commands

Redeploy The Guild's Commands To Discord

Deployment is guild-wide: every enabled slash command is redeployed together.

POST
/v1/guilds/{guild}/commands/deploy

Deployment is guild-wide: every enabled slash command is redeployed together.

Authorization

bearerAuth
AuthorizationBearer <token>

A guild API key (gt_…).

In: header

Path Parameters

guild*string

Response Body

curl -X POST "https://example.com/v1/guilds/string/commands/deploy"

How is this guide?