From 1a0422414c7e4cd93533201ca01489cff6b48fd011f4ae3b3d366be8f8f23d24 Mon Sep 17 00:00:00 2001 From: Cryz Date: Sat, 26 Jul 2025 22:11:59 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1bc4394..50b1b5e 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,18 @@ Feel free to fork the project and make your own Bot if you want to fork this project remember to create a file -local_settings.py -with these settings +`local_settings.py` + +on the same folder of + +`bot.py` + +file + +containing ``` -TOKEN = 'your-token' +TOKEN = 'your-bot-token' BOT_PATH= '/the/path/of/the/project'