diff --git a/README b/README.md similarity index 83% rename from README rename to README.md index 09ff4f6..a6ce975 100644 --- a/README +++ b/README.md @@ -11,6 +11,10 @@ Install the dependencies: ``` pip install -r requirements.txt ``` +Put your token into a .env file: +``` +echo "YOUR TOKEN" > .env +``` Run the bot: ``` python3 main.py