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,9 @@
"use strict";
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var ChannelPermissions = function ChannelPermissions(data) {
_classCallCheck(this, ChannelPermissions);
};
module.exports = ChannelPermissions;