Merge pull request #1 from BlockBuilder57/patch-1

Fixed guild members toggle
This commit is contained in:
Cynthia Foxwell 2017-12-17 10:36:01 -07:00 committed by GitHub
commit be4179c038
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;