diff --git a/.env_user b/.env_user
index c01ab81..1b1e626 100644
--- a/.env_user
+++ b/.env_user
@@ -1,3 +1,4 @@
API_TOKEN=
LAWYER =
-MANAGER =
\ No newline at end of file
+MANAGER =
+CHAT_ID =
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index d6ef5a3..22a3cff 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,20 +4,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -35,15 +22,15 @@
- {
+ "keyToString": {
+ "Python.main.executor": "Run",
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "git-widget-placeholder": "main",
+ "last_opened_file_path": "C:/Users/PC/Desktop/bot_two"
}
-}]]>
+}
@@ -65,6 +52,19 @@
1723632534810
+
+
+ 1723796616092
+
+
+
+ 1723796616092
+
+
+
+
+
+
\ No newline at end of file
diff --git a/bot.py b/bot.py
index 1c162ad..61914b6 100644
--- a/bot.py
+++ b/bot.py
@@ -31,7 +31,7 @@ async def cmd_start(message: types.Message):
@router.callback_query(F.data == "channel_navigation")
async def channel_navigation(callback_query: types.CallbackQuery):
""" Обработка нажатия на кнопку "Навигация канала" """
- chat_id = -1002224751518 # ID вашей группы
+ chat_id = os.getenv("CHAT_ID")
await bot_chat.send_message(
chat_id=chat_id,
text="Дорогие, клиенты 💚 Данный чат создан для того, чтобы оперативно сообщать Вам о ходе завершения"