function getChannelsimport { getChannels } from "https://deno.land/x/discordeno@17.0.1/helpers/channels/mod.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.