Webpack build for branch master: ed42d7bd85

This commit is contained in:
Travis CI 2017-01-31 05:51:12 +00:00
parent 62561bb110
commit ae746c5c06
2 changed files with 2 additions and 2 deletions

View file

@ -23007,7 +23007,7 @@ class RESTMethods {
const data = { image, name };
if (roles) data.roles = roles.map(r => r.id ? r.id : r);
return this.rest.makeRequest('post', `${Constants.Endpoints.guildEmojis(guild.id)}`, true, data)
.then(emoji => this.client.actions.GuildEmojiCreate.handle(emoji, guild).emoji);
.then(emoji => this.client.actions.GuildEmojiCreate.handle(guild, emoji).emoji);
}
updateEmoji(emoji, _data) {

File diff suppressed because one or more lines are too long