Simp-O-Matic

Dumb Discord bot in TS.
git clone git://git.knutsen.co/Simp-O-Matic
Log | Files | Refs | README | LICENSE

bot.json (456B)


{
    "name": "Simp'O'matic",
    "tag": "#1634",
    "permissions": 8,

    "commands": {
        "prefix": "!"
    },

    "rules": {
        "respond": [
            {
                "match": "/Good (Morning|Day) (Star|Sun)shine/i",
                "response": "The Earth says Hello!"
            }
        ],
        "replace": [
            {
                "match": "/Yahweh/i",
                "response": "Adonai"
            }
        ]
    }
}