mirror of
https://github.com/danbulant/discord.js
synced 2026-05-19 20:39:21 +00:00
9 lines
No EOL
279 B
JavaScript
9 lines
No EOL
279 B
JavaScript
"use strict";
|
|
|
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
|
|
var ServerRole = function ServerRole() {
|
|
_classCallCheck(this, ServerRole);
|
|
};
|
|
|
|
module.exports = ServerRole; |