Update FAQ.md

This commit is contained in:
Clevero 2017-10-24 17:49:59 +02:00 committed by GitHub
parent a5942de946
commit a05ec52f5b
1 changed files with 1 additions and 1 deletions

View File

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