//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 "1.9.8";} getAuthor () {return "DevilBro";} getDescription () {return "Allows you to change the icon, name and color of servers.";} initConstructor () { this.changelog = { "fixed":[["Bug in Quickswitcher","Fixed a bug in the quick switcher that wouldn't make the servername get changed"]] }; this.labels = {}; this.patchModules = { "Guild":"componentDidMount", "GuildIcon":"componentDidMount", "GuildHeader":["componentDidMount","componentDidUpdate"], "Clickable":"componentDidMount" }; this.serverContextEntryMarkup = `
`; this.serverContextSubMenuMarkup = ` `; this.serverSettingsModalMarkup = `