stickers_modify_guild_sticker
Update a guild sticker's name, description, or tags to rebrand or re-tag it without replacing the image.
Instructions
Purpose: Update a guild sticker's name, description, or tags.
When to use:
Rebrand or re-tag an existing sticker.
When NOT to use:
Replacing the sticker file - Discord does not allow editing the file; create a new one and delete the old.
Returns: {id, name, description, tags, format_type, available}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name (2-30 chars) | |
| tags | No | New autocomplete tags (max 200 chars) | |
| guild_id | Yes | Guild owning the sticker | |
| sticker_id | Yes | Sticker to modify | |
| description | No | New description (max 100 chars) | |
| audit_reason | No | Reason recorded in audit log (X-Audit-Log-Reason header) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||