function deleteMessagesimport { deleteMessages } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; deleteMessages(bot: Bot,channelId: BigString,messageIds: BigString[],reason?: string,): Promise<void>Deletes multiple messages from a channel. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the channel to delete the messages from. messageIds: BigString[] The IDs of the messages to delete from the channel. optionalreason: stringReturnsPromise<void>