twitch2ma
Version:
Twitch chat bot that runs commands on the MA GrandMA2 using Telnet.
5 lines • 348 B
TypeScript
import Sentry = require("@sentry/node");
export declare function init(packageInformation: any): void;
export default function sentry(error: Error, messageHandler?: (error: Error) => any): Promise<void>;
export declare function sentryMessage(message: string, severity?: Sentry.Severity): Promise<boolean | void>;
//# sourceMappingURL=sentry.d.ts.map