add readme

This commit is contained in:
2025-12-27 17:24:11 +11:00
parent e95565c084
commit faf98966b5

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# 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`