Webpack build for branch master: 1c901cee7b

This commit is contained in:
Travis CI 2017-07-03 22:10:46 +00:00
parent afc7b5ea28
commit 58520f5ca9
2 changed files with 3 additions and 3 deletions

View file

@ -7766,7 +7766,7 @@ class Webhook {
}).then(data => {
if (!this.client.channels) return data;
const Message = __webpack_require__(9);
return new Message(this.client.channels.get(data.channel_id, data, this.client));
return new Message(this.client.channels.get(data.channel_id), data, this.client);
});
}
@ -7795,7 +7795,7 @@ class Webhook {
}).then(data => {
if (!this.client.channels) return data;
const Message = __webpack_require__(9);
return new Message(this.client.channels.get(data.channel_id, data, this.client));
return new Message(this.client.channels.get(data.channel_id), data, this.client);
});
}

File diff suppressed because one or more lines are too long