diff --git a/README.md b/README.md index a6ce975..6206614 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ pip install -r requirements.txt ``` Put your token into a .env file: ``` -echo "YOUR TOKEN" > .env +echo "TOKEN=" > .env ``` Run the bot: ```