Merge pull request #720 from fknMega/patch-1
setUsername Fix, new Username System
This commit is contained in:
commit
b0518a7d7c
@ -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