mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 11:40:41 +00:00
Webpack build for branch master: 33de408a70
This commit is contained in:
parent
6baa38e43b
commit
eb87b17f06
2 changed files with 2 additions and 2 deletions
|
|
@ -23157,7 +23157,7 @@ class RESTMethods {
|
||||||
Date.now() - Snowflake.deconstruct(id).date.getTime() < 1209600000
|
Date.now() - Snowflake.deconstruct(id).date.getTime() < 1209600000
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return this.rest.makeRequest('post', `${Constants.Endpoints.channelMessages(channel.id)}/bulk_delete`, true, {
|
return this.rest.makeRequest('post', `${Constants.Endpoints.channelMessages(channel.id)}/bulk-delete`, true, {
|
||||||
messages,
|
messages,
|
||||||
}).then(() =>
|
}).then(() =>
|
||||||
this.client.actions.MessageDeleteBulk.handle({
|
this.client.actions.MessageDeleteBulk.handle({
|
||||||
|
|
|
||||||
2
discord.master.min.js
vendored
2
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue