Update ShowHiddenChannels.plugin.js

This commit is contained in:
Mirco Wittrien 2019-11-18 21:57:19 +01:00
parent 40789c7e85
commit 5d6c39e748
1 changed files with 1 additions and 3 deletions

View File

@ -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;
}
}