Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method GuildTextBasedChannel.prototype.bulkDelete
import { GuildTextBasedChannel } from "https://deno.land/x/harmony@v2.9.0/src/structures/guildTextChannel.ts";

Bulk Delete Messages in a Guild Text Channel

Parameters

messages: Array<Message | string> | number

Messages to delete. Can be a number, or Array of Message or IDs