provider PATCH /guilds/{guild_id}/stickers/{sticker_id}
@utdk/discord /guilds/{guild_id}/stickers/{sticker_id}
update_guild_sticker
guild_id path required
string
sticker_id path required
string

Try it

Authentication
Configure credentials for Discord HTTP API (Preview)
updateGuildSticker
PATCH/guilds/{guild_id}/stickers/{sticker_id}

Parameters

required
required

Input

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import discord from '@utdk/discord';

await discord.updateGuildSticker()