UNPKG

twitch2ma

Version:

Twitch chat bot that runs commands on the MA GrandMA2 using Telnet.

20 lines 564 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ModeratorPermission { check(permissionCollector, runtimeInformation) { if (runtimeInformation.rawMessage.userInfo.isMod) { permissionCollector.enableGodMode("user is moderator"); } } start() { return Promise.resolve(); } stop() { return Promise.resolve(); } reloadConfig(config) { return Promise.resolve(); } } exports.default = ModeratorPermission; //# sourceMappingURL=ModeratorPermission.js.map