setUsername Fix, new Username System
Fixed setUsername function in ClientUser.js
This commit is contained in:
parent
8d3797434c
commit
db92bb073c
@ -170,7 +170,6 @@ class ClientUser extends User {
|
|||||||
}
|
}
|
||||||
return this.edit({
|
return this.edit({
|
||||||
username,
|
username,
|
||||||
discriminator: this.discriminator,
|
|
||||||
password: this.client.password ? this.client.password : password,
|
password: this.client.password ? this.client.password : password,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user