Changed action cards logic. x16
This commit is contained in:
parent
dfad38ff3a
commit
adccdf5004
@ -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());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user