Permission documentation

This commit is contained in:
hydrabolt
2015-10-27 21:30:47 +00:00
parent 6b18f42728
commit 4f64fa6bbb
4 changed files with 82 additions and 1 deletions

View File

@@ -45,6 +45,10 @@ class ChannelPermissions {
voiceUseVoiceActivation: this.voiceUseVoiceActivation
}
}
serialize(){
return this.serialise();
}
get asAllowDisallow() {