Update EditUsers.plugin.js

This commit is contained in:
Mirco Wittrien 2022-11-22 02:50:09 +01:00
parent b16e17ace7
commit 8bf188760b
1 changed files with 1 additions and 1 deletions

View File

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