Common patterns:
- •"Add an emoji called pepe from this URL" → create_emoji with name and url
- •"Create an emoji only usable by Admins" → list_roles to find Admin role ID, create_emoji with roles </creating>
Common patterns:
- •"Add a sticker called wave from this image" → create_sticker with name, tags ("wave"), and url </creating>