function deleteChannelimport { deleteChannel } from "https://deno.land/x/discordeno@17.0.1/helpers/channels/mod.ts"; deleteChannel(bot: Bot,channelId: BigString,reason?: string,): Promise<void>Deletes a channel from within a guild. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the channel to delete. optionalreason: stringReturnsPromise<void>An instance of the deleted Channel.