Fixed user toggle

yeah
This commit is contained in:
BlockBuilder57 2017-12-15 20:10:48 -06:00 committed by GitHub
parent 06aba8418c
commit 1702440110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ exports.go = function () {
}, },
toggleUsers: 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; window.$api = exports;