Update ShowHiddenChannels.plugin.js
This commit is contained in:
parent
40789c7e85
commit
5d6c39e748
|
@ -3,7 +3,7 @@
|
|||
class ShowHiddenChannels {
|
||||
getName () {return "ShowHiddenChannels";}
|
||||
|
||||
getVersion () {return "2.6.4";}
|
||||
getVersion () {return "2.6.5";}
|
||||
|
||||
getAuthor () {return "DevilBro";}
|
||||
|
||||
|
@ -252,8 +252,6 @@ class ShowHiddenChannels {
|
|||
}
|
||||
}
|
||||
|
||||
e.instance.props.categories.null = [];
|
||||
|
||||
this.changedInstances[e.instance.props.guild.id] = e.instance;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue