mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
9 lines
No EOL
315 B
JavaScript
9 lines
No EOL
315 B
JavaScript
"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; |