twitch-sentry
Version:
Configurable Twitch bot, running Node.js using RxJS, TypeScript, lowdb and tmi.
20 lines (19 loc) • 448 B
text/typescript
import { PeriodicMessage } from "./types";
export const periodics: Array<PeriodicMessage> = [
{
message: "Give a Star @https://github.com/spnq/twitch-sentry",
interval: {
hours : 0,
minutes: 0,
seconds: 10
}
},
{
message: "Follow at https://github.com/spnq",
interval: {
hours : 0,
minutes: 1,
seconds: 0
}
}
]