From 8bf188760bfb206b4436a44005b30aa2dfaea132 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 22 Nov 2022 02:50:09 +0100 Subject: [PATCH] Update EditUsers.plugin.js --- Plugins/EditUsers/EditUsers.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/EditUsers/EditUsers.plugin.js b/Plugins/EditUsers/EditUsers.plugin.js index 848b16ee3d..fe8aeed27c 100644 --- a/Plugins/EditUsers/EditUsers.plugin.js +++ b/Plugins/EditUsers/EditUsers.plugin.js @@ -564,7 +564,7 @@ module.exports = (_ => { else if (e.instance.props.usernameClass.indexOf(BDFDB.disCN.userprofileusername) > -1) { change = this.settings.places.userProfile; guildId = BDFDB.LibraryStores.SelectedGuildStore.getGuildId(); - tagClass = BDFDB.disCNS.userprofilebottag + BDFDB.disCN.bottagnametag; + tagClass = BDFDB.disCN.bottagnametag; } } if (change) {