users_modify_current
Update the authenticated Discord user's profile: change username, avatar, or banner.
Instructions
Purpose: Update the authenticated bot/user profile (PATCH /users/@me).
When to use:
Rename the bot, change avatar/banner.
Note: User-scoped endpoint - does NOT accept audit_reason.
Returns: projected user shape {id, username, global_name, avatar, banner}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| avatar | No | Avatar as base64 image data URI, or null to clear | |
| banner | No | Banner as base64 image data URI, or null to clear | |
| username | No | New username (2-32 chars) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||