14 lines
295 B
Markdown
14 lines
295 B
Markdown
# barry bot
|
|
|
|
This is a simple markov chain discord bot
|
|
|
|
## setup
|
|
|
|
1. create discord bot on discord developer portal
|
|
2. get token and set as env var BARRY_TOKEN
|
|
3. get training data, seperate all tokens by space alone, and put in training.txt
|
|
4. install discord from pip
|
|
5. run `python bot.py`
|
|
|
|
|