diff --git a/builded.user.js b/builded.user.js index d8e68a5..2719b1e 100644 --- a/builded.user.js +++ b/builded.user.js @@ -24,7 +24,7 @@ function settings() { if (location.host == "www.guilded.gg") { console.info("Guilded.GG detected."); $.initialize('select', function() { - if ($(this).classlist.conains("DesktopOptionsControl-persistent-menu")) { + if ($(this).classlist.contains("DesktopOptionsControl-persistent-menu")) { console.info("Settings opened!") } });