Webpack build for branch master: ac5d4d1050

This commit is contained in:
Travis CI 2017-05-03 19:37:32 +00:00
parent 487ce83d75
commit bb39eeeae0
2 changed files with 2 additions and 2 deletions

View file

@ -25007,7 +25007,7 @@ class RESTMethods {
if (options.guild) options.guild = options.guild.id ? options.guild.id : options.guild;
return this.rest.makeRequest(
'get',
Endpoints.User('@me').mentions(options.limit, options.roles, options.everyone, options.guild)
Endpoints.User('@me').Mentions(options.limit, options.roles, options.everyone, options.guild)
).then(res => res.body.map(m => new Message(this.client.channels.get(m.channel_id), m, this.client)));
}

File diff suppressed because one or more lines are too long