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