update readme

This commit is contained in:
CAG2Mark 2024-04-28 23:37:22 +08:00
parent 1e51bd7bd3
commit b629c07501

View File

@ -11,6 +11,10 @@ Install the dependencies:
``` ```
pip install -r requirements.txt pip install -r requirements.txt
``` ```
Put your token into a .env file:
```
echo "YOUR TOKEN" > .env
```
Run the bot: Run the bot:
``` ```
python3 main.py python3 main.py