For the complete documentation index, see llms.txt. This page is also available as Markdown.

Commands List

Show your Discord Bot commands on discordbotlist.com

You can now send the list of slash commands that your bot supports to discordbotlist.com - In the same format as the Discord API standard. These will be shown on your bot page

Example Command Body

[
  {
    "name": "ping",
    "description": "Pong!",
    "type": 1
  }
]

POST Commands

POST https://discordbotlist.com/api/v1/bots/:id/commands

JSON Body, exact same as sent to discord. For Example

Path Parameters

Name
Type
Description

:id*

Snowflake

Bot ID

Headers

Name
Type
Description

Authorization*

String

Bot <discordbotlist.com token>

Request Body

Name
Type
Description

[]*

Array

Array of commands

Last updated