import { getPinnedMessages } from "https://deno.land/x/discordeno@17.2.0/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@17.2.0/helpers/mod.ts";
Gets the pinned messages for a channel.
A collection of Message objects assorted by message ID.