Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 357 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 357 Bytes

#Discord-Markov A simple markov bot for discord.

##Quick start

  • Install the markovify library from pypi (pip install markovify).
  • Change the bot token in the config in markovbot.py to the token of your bot.
  • Configure the commands to trigger the markov
  • Place your text in the same directory as markovbot.py (named text.txt by default).
  • Run bot.