UNPKG

twitch2ma

Version:

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

8 lines 438 B
import Twitch2Ma from "./Twitch2Ma"; import { Config } from "./Config"; export declare function main(): void; export declare function notifyUpdate(latestVersion: string): void; export declare function attachEventHandlers(twitch2Ma: Twitch2Ma): Promise<Twitch2Ma>; export declare function loadConfig(configFile: string): Promise<Config>; export declare function exitWithError(err: Error): Promise<void>; //# sourceMappingURL=index.d.ts.map