diff --git a/libs/epapi.js b/libs/epapi.js index 8e5ddcc..0b5425a 100644 --- a/libs/epapi.js +++ b/libs/epapi.js @@ -136,7 +136,7 @@ exports.go = function () { }, toggleUsers: function () { - wc.findFunc('toggleSection')[0].exports.toggleSection(wc.get(0).ChannelSections.MEMBERS); + wc.findFunc('toggleSection')[1].exports.TOGGLE_USERS.action() } } @@ -318,4 +318,4 @@ exports.discord = { } } -window.$api = exports; \ No newline at end of file +window.$api = exports;