import { getPinnedMessages } from "https://deno.land/x/discordeno@18.0.1/helpers/mod.ts";
Gets the pinned messages for a channel.
Returns
Promise<Collection<bigint, Message>>
A collection of Message objects assorted by message ID.
import { getPinnedMessages } from "https://deno.land/x/discordeno@18.0.1/helpers/mod.ts";
Gets the pinned messages for a channel.
A collection of Message objects assorted by message ID.