function getChannelsimport { getChannels } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; getChannels(bot: Bot, guildId: BigString): Promise<Collection<bigint, Channel>>Gets the list of channels for a guild. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to get the channels of. ReturnsPromise<Collection<bigint, Channel>>A collection of Channel objects assorted by channel ID.