This commit is contained in:
Gus Caplan
2016-12-09 14:47:56 -06:00
committed by Amish Shah
parent a54a62787d
commit e51fed968d
2 changed files with 2 additions and 2 deletions

View File

@@ -319,7 +319,7 @@ class RESTMethods {
if (member.id === this.rest.client.user.id) {
const keys = Object.keys(data);
if (keys.length === 1 && keys[0] === 'nick') {
endpoint = Constants.Endpoints.stupidInconsistentGuildEndpoint(member.guild.id);
endpoint = Constants.Endpoints.guildMemberNickname(member.guild.id);
}
}