function getChannelimport { getChannel } from "https://deno.land/x/discordeno@17.0.1/helpers/mod.ts"; getChannel(bot: Bot, channelId: BigString): Promise<Channel>Gets a channel by its ID. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the channel to get. ReturnsPromise<Channel>An instance of Channel.