function getGuildStickersimport { getGuildStickers } from "https://deno.land/x/discordeno@17.0.1/mod.ts"; getGuildStickers(bot: Bot, guildId: bigint): Promise<Collection<bigint, Sticker>>Returns an array of sticker objects for the given guild. Parametersbot: BotThe bot instance to use to make the request. guildId: bigintThe ID of the guild to get ReturnsPromise<Collection<bigint, Sticker>>A collection of Sticker objects assorted by sticker ID.