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