users_get_current
Retrieve the authenticated Discord bot user profile to confirm identity and get the bot ID for server command operations.
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 | |||