From 17024401103fcdfcd7a97c0ee293f8e81a196795 Mon Sep 17 00:00:00 2001 From: BlockBuilder57 Date: Fri, 15 Dec 2017 20:10:48 -0600 Subject: [PATCH] Fixed user toggle yeah --- libs/epapi.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;