//META{"name":"EditServers","website":"https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/EditServers","source":"https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Plugins/EditServers/EditServers.plugin.js"}*// class EditServers { getName () {return "EditServers";} getVersion () {return "2.0.3";} getAuthor () {return "DevilBro";} getDescription () {return "Allows you to change the icon, name and color of servers.";} initConstructor () { this.changelog = { "fixed":[["Animated Icons","EditServers no longer breaks animated icons when something else but the server icon is edited"]] }; this.labels = {}; this.patchModules = { "Guild":"componentDidMount", "GuildIconWrapper":"componentDidMount", "GuildHeader":["componentDidMount","componentDidUpdate"], "Clickable":"componentDidMount" }; this.serverContextEntryMarkup = `
`; this.serverContextSubMenuMarkup = ` `; this.serverSettingsModalMarkup = `