mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Add textBasedChannel.bulkDelete()
This commit is contained in:
@@ -4,6 +4,7 @@ const Collection = require('../util/Collection');
|
||||
*/
|
||||
class Message {
|
||||
constructor(channel, data, client) {
|
||||
this._type = 'message';
|
||||
/**
|
||||
* The channel that the message was sent in
|
||||
* @type {Channel}
|
||||
|
||||
Reference in New Issue
Block a user