diff --git a/src/structures/ClientUser.js b/src/structures/ClientUser.js index 4033817..d5b43c6 100644 --- a/src/structures/ClientUser.js +++ b/src/structures/ClientUser.js @@ -170,7 +170,6 @@ class ClientUser extends User { } return this.edit({ username, - discriminator: this.discriminator, password: this.client.password ? this.client.password : password, }); }