import { getChannels } from "https://deno.land/x/discordeno@17.0.1/helpers/channels/getChannels.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.0.1/helpers/channels/getChannels.ts";
Gets the list of channels for a guild.
A collection of Channel objects assorted by channel ID.