Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 388 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 388 Bytes

Markov

A discord bot that uses Markov Chains to imitate users.

Installing

Start by cloning the repository wherever you want to the bot to be installed.

Then execute

yarn

To pull in the dependencies

Place your token in the token.template.json and rename it to token.json

Then start with

yarn start:dev

Testing

Execute

yarn test