twitch2ma
Version:
Twitch chat bot that runs commands on the MA GrandMA2 using Telnet.
10 lines • 519 B
TypeScript
import { Command, Config, Parameter } from "./Config";
import TwitchPrivateMessage from "twitch-chat-client/lib/StandardCommands/TwitchPrivateMessage";
export declare class RuntimeInformation {
readonly config: Config;
readonly userName: string;
readonly rawMessage: TwitchPrivateMessage;
readonly instructions: Command | Parameter;
constructor(config: Config, userName: string, rawMessage: TwitchPrivateMessage, instructions: Command | Parameter);
}
//# sourceMappingURL=RuntimeInformation.d.ts.map