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
        }
    }
]