function getChannelimport { getChannel } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.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.