Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#modifyGuildSticker

An easy to use Discord API Library for Deno.
Go to Latest
method RESTEndpoints.prototype.modifyGuildSticker
Re-export
import { RESTEndpoints } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Modify the given sticker. Requires the MANAGE_EMOJIS_AND_STICKERS permission. Returns the updated sticker object on success.

Parameters

guildID: string
stickerID: string
options: Partial<ModifyGuildStickerOptions>