Changed action cards logic. x16
This commit is contained in:
parent
dfad38ff3a
commit
adccdf5004
@ -21,7 +21,8 @@ public class Initializer {
|
|||||||
try {
|
try {
|
||||||
TelegramBotsApi telegramBotsApi = new TelegramBotsApi(DefaultBotSession.class);
|
TelegramBotsApi telegramBotsApi = new TelegramBotsApi(DefaultBotSession.class);
|
||||||
telegramBotsApi.registerBot(bot);
|
telegramBotsApi.registerBot(bot);
|
||||||
} catch (TelegramApiException e) {
|
log.info("TELEGRAMBOTSAPI REGISTERED");
|
||||||
|
} catch (Exception e) {
|
||||||
log.error(e.getMessage());
|
log.error(e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user