Update EditUsers.plugin.js

This commit is contained in:
Mirco Wittrien 2019-04-25 22:40:17 +02:00
parent b47c1be5e0
commit aa4f8fb9fe
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
class EditUsers {
getName () {return "EditUsers";}
getVersion () {return "3.3.4";}
getVersion () {return "3.3.5";}
getAuthor () {return "DevilBro";}
@ -11,7 +11,7 @@ class EditUsers {
initConstructor () {
this.changelog = {
"fixed":[["Canary/PTB","Fixed the plugin for canary and ptb"]]
"fixed":[["Start up","Fixed a Bug where some servers wouldn't get hidden on start up"]]
};
this.labels = {};
@ -37,7 +37,7 @@ class EditUsers {
"StandardSidebarView":"componentWillUnmount"
};
this.avatarselector = BDFDB.dotCNC.avatarinner + BDFDB.dotCNC.avatarimage + BDFDB.dotCNC.callavatarwrapper + BDFDB.dotCNC.voiceavatarcontainer + "[class*='avatar-']";
this.avatarselector = BDFDB.dotCNC.guildicon + BDFDB.dotCNC.avatarinner + BDFDB.dotCNC.avatarimage + BDFDB.dotCNC.callavatarwrapper + BDFDB.dotCNC.voiceavatarcontainer + "[class*='avatar-']";
this.css = `
${BDFDB.dotCN.bottag} {