Skip to content

Commit 470c93f

Browse files
authored
Update bot.py
Changed /start command text into "The bot has started successfully." #40 issue on Git
1 parent 70ac176 commit 470c93f

File tree

1 file changed

+1
-1
lines changed
  • WWCS/irrigation/telegramBot

1 file changed

+1
-1
lines changed

WWCS/irrigation/telegramBot/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ async def start(message):
435435
markup = create_reply_keyboard()
436436
success = await check_irrigation(message.chat.id)
437437
if success:
438-
await send_message_safe(message.chat.id, "Select action:", reply_markup=markup)
438+
await send_message_safe(message.chat.id, "The bot has started successfully", reply_markup=markup)
439439
except Exception as e:
440440
print(f"[ERROR] in start command: {str(e)}")
441441
traceback.print_exc()

0 commit comments

Comments
 (0)