import { getChannels } from "https://deno.land/x/discordeno@17.2.0/plugins/cache/deps.ts";
Gets the list of channels for a guild.
Returns
Promise<Collection<bigint, Channel>>
A collection of Channel objects assorted by channel ID.
import { getChannels } from "https://deno.land/x/discordeno@17.2.0/plugins/cache/deps.ts";
Gets the list of channels for a guild.
A collection of Channel objects assorted by channel ID.