marko is a Discord bot that says random things based on previous messages in the same channel it speaks on, often funny.
This bot program is made to be self-hosted by anyone, it doesn't have an official Discord Bot
- Create a
.env
file using the.env.example
template and fill it with your information - Create
data/status.json
anddata/words.json
(I'm too lazy to make this not required)
// status.json file should look like this:
{
"collect": true,
"talk": false
}
// words.json file should look like this:
[]
- Run
npm install
to install the dependencies - Finally run
npm start
and let it be