Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Commit

Permalink
Fix hidden channels not being listed
Browse files Browse the repository at this point in the history
Thanks to xirreal
  • Loading branch information
MasicoreLord authored and MasicoreLord committed Feb 6, 2021
1 parent e76c017 commit 826f28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hidden_channels.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = new Plugin({
ai = EDApi.findModule('actionIcon');

const getUser = EDApi.findModule('getCurrentUser').getCurrentUser;
const getAllChannels = EDApi.findModule('getChannels').getChannels;
const getAllChannels = EDApi.findModule('getMutableGuildChannels').getMutableGuildChannels;
const can = EDApi.findModule('computePermissions').can;

g_dc = EDApi.findModule('getDefaultChannel');
Expand Down

0 comments on commit 826f28f

Please sign in to comment.