Created ChannelPermissions class

This commit is contained in:
hydrabolt
2015-10-03 20:36:32 +01:00
parent 6d36977f94
commit 6b091128cb
4 changed files with 98 additions and 45 deletions

View File

@@ -0,0 +1,7 @@
class ChannelPermissions{
constructor(data){
}
}
module.exports = ChannelPermissions;