Commands

Get Commands

GET /bot/:id/commands

Path Parameters

{
  voted: true/false
}

Add Command

POST /bot/:id/commands

Path Parameters

Headers

Request Body

{
    // Response
}

Edit Command

POST /bot/:id/commands

Path Parameters

Headers

Request Body

{
    // Response
}

Delete Command

DELETE /bot/:id/commands/:commandId

Path Parameters

Headers

{
    // Response
}

Last updated