From 959268e7c1ddd3666f60b33a76f67b5e76073a1a Mon Sep 17 00:00:00 2001 From: Michilis Date: Wed, 10 Dec 2025 18:54:46 +0000 Subject: [PATCH] Improve startFirst error message for group users --- telegram_bot/src/messages/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram_bot/src/messages/index.ts b/telegram_bot/src/messages/index.ts index c869cfb..d383a2a 100644 --- a/telegram_bot/src/messages/index.ts +++ b/telegram_bot/src/messages/index.ts @@ -8,7 +8,7 @@ export const messages = { // ═══════════════════════════════════════════════════════════════════════════ errors: { userNotIdentified: '❌ Could not identify user.', - startFirst: '❌ Please start the bot first with /start', + startFirst: '❌ Hold on! Before using this command, initiate a private chat with me (@LightningLottoBot).', generic: '❌ An error occurred. Please try again.', startAgain: '❌ An error occurred. Please try again with /start', systemUnavailable: '❌ The lottery system is temporarily unavailable. Please try again soon.',