From 876c55522de96e4cc1d2828de1a981761a47c9cb38f3abc283baf3059c76a40e Mon Sep 17 00:00:00 2001 From: Cryz Date: Sat, 26 Jul 2025 22:08:58 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d52d68e..4079000 100644 --- a/README.md +++ b/README.md @@ -31,15 +31,10 @@ if you want to fork this project remember to create a file local_settings.py - with these settings - -TOKEN = 'your-token' - +`TOKEN = 'your-token' BOT_PATH= 'the/path/of/the/project' - BOT_EXEC_CMD= 'python3 bot.py' # or any other way you start the bot - SUPER_USERS= [ your_chat_id, - ] \ No newline at end of file + ]` \ No newline at end of file