UNPKG

twitch2ma

Version:

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

13 lines 450 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RuntimeInformation = void 0; class RuntimeInformation { constructor(config, userName, rawMessage, instructions) { this.config = config; this.userName = userName; this.rawMessage = rawMessage; this.instructions = instructions; } } exports.RuntimeInformation = RuntimeInformation; //# sourceMappingURL=RuntimeInformation.js.map