Webpack build for branch master: 33de408a70

This commit is contained in:
Travis CI 2017-03-04 00:36:54 +00:00
parent 6baa38e43b
commit eb87b17f06
2 changed files with 2 additions and 2 deletions

View file

@ -23157,7 +23157,7 @@ class RESTMethods {
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,
}).then(() =>
this.client.actions.MessageDeleteBulk.handle({

File diff suppressed because one or more lines are too long