users_get_current
Fetch the authenticated Discord bot or user profile to confirm identity and retrieve the user ID, username, avatar, and bot status.
Instructions
Purpose: Fetch the authenticated bot/user profile (/users/@me).
When to use: confirm bot identity; get bot ID for commands_list_guild etc.
Returns: {id, username, global_name, avatar, bot, verified}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||