function createGuildStickerimport { createGuildSticker } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; createGuildSticker(bot: Bot,guildId: bigint,options: CreateGuildStickerOptions,): Promise<Sticker>Create a new sticker for the guild. Parametersbot: BotThe bot instance to use to make the request. guildId: bigintThe ID of the guild to get options: CreateGuildStickerOptionsReturnsPromise<Sticker>A Sticker