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