import { getGuildStickers } from "https://deno.land/x/discordeno@18.0.1/plugins/fileloader/deps.ts";
Returns an array of sticker objects for the given guild.
Parameters
bot: Bot
The bot instance to use to make the request.
Returns
Promise<Collection<bigint, Sticker>>
A collection of Sticker objects assorted by sticker ID.