mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
Add textBasedChannel.bulkDelete()
This commit is contained in:
@@ -12,6 +12,10 @@ client.on('ready', () => {
|
||||
console.log('ready!');
|
||||
});
|
||||
|
||||
client.on('messageDeleteBulk', msgs => {
|
||||
msgs.array().map(m => console.log(m.content));
|
||||
});
|
||||
|
||||
client.on('message', message => {
|
||||
if (true) {
|
||||
if (message.content === 'makechann') {
|
||||
|
||||
Reference in New Issue
Block a user