mirror of
https://github.com/Prominence/random-kitties-telegram-bot.git
synced 2026-07-02 18:26:46 +03:00
Fixed typo.
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ public class RandomKittiesBot extends TelegramLongPollingBot {
|
||||
}
|
||||
|
||||
private void sendHelp(Long chatId) throws TelegramApiException {
|
||||
execute(new SendMessage(chatId, "Please, use on of the next commands: /kitty, /more_kitties, /moooooore_kitties"));
|
||||
execute(new SendMessage(chatId, "Please, use one of the next commands: /kitty, /more_kitties, /moooooore_kitties"));
|
||||
}
|
||||
|
||||
private void sendPhotosResponse(Long chatId, int amount) throws TelegramApiException {
|
||||
|
||||
Reference in New Issue
Block a user