diff --git a/builded.user.js b/builded.user.js index 030e6f1..9919cad 100644 --- a/builded.user.js +++ b/builded.user.js @@ -34,6 +34,7 @@ function waitForElm(selector) { }); }); } +(async () => { let settings_HTML = `
There are no features here... Want to suggest some here? :3
`; @@ -98,3 +99,4 @@ if (location.host == "www.guilded.gg") { document.body.innerHTML += settings_HTML; } console.info("Builded Loaded <3"); +})(); \ No newline at end of file