verify
Verifies a bot token by calling Discord's /users/@me endpoint and returns the bot user's ID, username, and other details.
Instructions
Verify the bot token by calling GET /users/@me.
Returns the bot user object (id, username, discriminator flags, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |