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

Was this helpful?

Export as PDF
  1. RESOURCES

Bot

Get Bot

GET /bot/:id

Path Parameters

Name
Type
Description

id

String

It specifies which bot data you will withdraw.

{
   error: "You entered invalid bot token."
}
{
    success: 'Certificate successfully applied.'
}
{
    // Response
}

PreviousBotsNextVote

Last updated 2 years ago

Was this helpful?