update readme

This commit is contained in:
CAG2Mark 2024-04-28 23:37:56 +08:00
parent b629c07501
commit 3eb94ae50b

View file

@ -13,7 +13,7 @@ pip install -r requirements.txt
``` ```
Put your token into a .env file: Put your token into a .env file:
``` ```
echo "YOUR TOKEN" > .env echo "TOKEN=<your token>" > .env
``` ```
Run the bot: Run the bot:
``` ```