Update FAQ.md

This commit is contained in:
Clevero 2017-10-24 17:49:59 +02:00 committed by GitHub
parent a5942de946
commit a05ec52f5b

View File

@ -186,7 +186,7 @@ Custom keyboards can be appended to messages using the `setReplyMarkup`. In this
try { try {
// Send the message // Send the message
sendMessage(message); execute(message);
} catch (TelegramApiException e) { } catch (TelegramApiException e) {
e.printStackTrace(); e.printStackTrace();
} }