We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ac176 commit 470c93fCopy full SHA for 470c93f
WWCS/irrigation/telegramBot/bot.py
@@ -435,7 +435,7 @@ async def start(message):
435
markup = create_reply_keyboard()
436
success = await check_irrigation(message.chat.id)
437
if success:
438
- await send_message_safe(message.chat.id, "Select action:", reply_markup=markup)
+ await send_message_safe(message.chat.id, "The bot has started successfully", reply_markup=markup)
439
except Exception as e:
440
print(f"[ERROR] in start command: {str(e)}")
441
traceback.print_exc()
0 commit comments