From b629c07501bd03307efa2e2bed5bea71092b370c Mon Sep 17 00:00:00 2001 From: CAG2Mark Date: Sun, 28 Apr 2024 23:37:22 +0800 Subject: [PATCH] update readme --- README => README.md | 4 ++++ 1 file changed, 4 insertions(+) rename README => README.md (83%) 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