function getGuildStickersimport { getGuildStickers } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.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.