(no commit message provided)

This commit is contained in:
2025-03-26 22:41:27 +03:00
parent a5ec9c38d2
commit 8b11ae080e
@@ -150,8 +150,6 @@ public class TelegramBotServiceImpl implements TelegramBotService {
case START: case START:
processStart(botUser); processStart(botUser);
break; break;
}
break;
// Можно добавить админские команды здесь, если нужно // Можно добавить админские команды здесь, если нужно
} }
} }