vCodes
  • API Reference
  • RESOURCES
    • Bots
    • Bot
      • Vote
      • Commands
      • Announcements
  • LIBRARIES
    • Javascript
Powered by GitBook
On this page
  • Get Announcements
  • Add Announcement
  • Delete Announcement

Was this helpful?

Export as PDF
  1. RESOURCES
  2. Bot

Announcements

Get Announcements

GET /bot/:id/announcements

Path Parameters

Name
Type
Description

id

String

It specifies which bot data you will withdraw.

{
    // Response
}
{
    // Response
}
{
    // Response
}
{
    // Response
}

Add Announcement

POST /bot/:id/announcements

Path Parameters

Name
Type
Description

id

String

It specifies which bot data you will withdraw.

Headers

Name
Type
Description

Authorization*

String

{
    // Response
}
{
    // Response
}
{
    // Response
}
{
    // Response
}
{
    // Response
}

Delete Announcement

DELETE /bot/:id/announcements/:announcementId

Path Parameters

Name
Type
Description

id

String

It specifies which bot data you will withdraw.

announcementId

String

{
    // Response
}
{
    // Response
}
{
    // Response
}
{
    // Response
}
{
    // Response
}
PreviousCommandsNextJavascript

Last updated 2 years ago

Was this helpful?