function editChannelimport { editChannel } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; editChannel(bot: Bot,channelId: BigString,options: ModifyChannel,): Promise<Channel>Edits a channel's settings. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the channel to edit. options: ModifyChannel The parameters for the edit of the channel. ReturnsPromise<Channel>An instance of the edited Channel.