You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getDescription() { return "Automatically refreshes the BetterDiscord plugin settings panel when clicking into Discord, making developing settings menus 1,000x faster if you have a lot of plugins."; }
getVersion() { return "0.0.1"; }
getAuthor() { return "Metalloriff"; }
load() {}
start() {
this.refreshPluginSettings = () => {
let panel = document.getElementsByClassName("plugin-settings")[0];