fix: #711
This commit is contained in:
parent
5b9e1072ae
commit
b6e2f7f8ab
@ -377,7 +377,7 @@ class User extends Base {
|
||||
* @returns {Promise<boolean>}
|
||||
*/
|
||||
setNickname(nickname) {
|
||||
return this.client.user.setNickname(this.id, nickname);
|
||||
return this.client.relationships.setNickname(this.id, nickname);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user