Changed action cards logic. x16

This commit is contained in:
Michael Wain 2025-04-15 04:14:06 +03:00
parent dfad38ff3a
commit adccdf5004

View File

@ -21,7 +21,8 @@ public class Initializer {
try {
TelegramBotsApi telegramBotsApi = new TelegramBotsApi(DefaultBotSession.class);
telegramBotsApi.registerBot(bot);
} catch (TelegramApiException e) {
log.info("TELEGRAMBOTSAPI REGISTERED");
} catch (Exception e) {
log.error(e.getMessage());
}
}