twitch2ma
Version:
Twitch chat bot that runs commands on the MA GrandMA2 using Telnet.
13 lines • 426 B
TypeScript
export declare class Logger {
private logfile;
setLogfile(logfile: string): void;
end(): void;
toLogfile(message: string): void;
error(message: string): void;
warning(message: string): void;
notice(message: string): void;
confirm(message: string): void;
socketMessage(message: string): void;
channelMessage(channel: string, message: string): void;
}
//# sourceMappingURL=Logger.d.ts.map