Skip to content
/ marko Public

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

License

Notifications You must be signed in to change notification settings

yusshu/marko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks