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) {