From db92bb073c92e87c4920f8b6946478316c089495 Mon Sep 17 00:00:00 2001 From: Mega Date: Tue, 20 Jun 2023 12:55:57 +0300 Subject: [PATCH] setUsername Fix, new Username System Fixed setUsername function in ClientUser.js --- src/structures/ClientUser.js | 1 - 1 file changed, 1 deletion(-) 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, }); }