Webpack build for branch master: 88444cdd26

This commit is contained in:
Travis CI 2017-05-14 23:08:47 +00:00
parent cfa3e3223e
commit dc0b6c5eaf
2 changed files with 2 additions and 2 deletions

View file

@ -6646,7 +6646,7 @@ class TextBasedChannel {
*/
awaitMessages(filter, options = {}) {
return new Promise((resolve, reject) => {
const collector = this.createCollector(filter, options);
const collector = this.createMessageCollector(filter, options);
collector.once('end', (collection, reason) => {
if (options.errors && options.errors.includes(reason)) {
reject(collection);

File diff suppressed because one or more lines are too long