/marko

Marko is a Discord bot that sends random messages based on previous chats using Markov Chains

Primary LanguageJavaScriptMIT LicenseMIT

marko

MIT License Discord

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

Running

  • Create a .env file using the .env.example template and fill it with your information
  • Create data/status.json and data/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