application_get_current
Fetches the current app/bot application object from Discord. Use it to confirm app identity, read flags, install URLs, tags, and interaction endpoint.
Instructions
Purpose: Fetch the bot/app application object (/applications/@me).
When to use: confirm app identity; read flags, install URLs, tags, interaction endpoint, etc.
Returns: projected application shape. name and description remain raw app-author data; untrusted_text provides a separately fenced copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||