From 76a14d69ce0d5f7b842795b7a561db1e6ca720906cf21d20b3cc74cf0fb82305 Mon Sep 17 00:00:00 2001 From: Cryz Date: Sat, 26 Jul 2025 22:08:02 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d27109..d52d68e 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,12 @@ local_settings.py with these settings -TOKEN = '' +TOKEN = 'your-token' -BOT_PATH= '' +BOT_PATH= 'the/path/of/the/project' -BOT_EXEC_CMD= '' +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