function deleteMessageimport { deleteMessage } from "https://deno.land/x/discordeno@18.0.1/helpers/messages/mod.ts"; deleteMessage(bot: Bot,channelId: BigString,messageId: BigString,reason?: string,delayMilliseconds?,): Promise<void>Deletes a message from a channel. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the channel to delete the message from. messageId: BigString The ID of the message to delete from the channel. optionalreason: stringoptionaldelayMilliseconds = [UNSUPPORTED]ReturnsPromise<void>