mirror of
https://github.com/Prominence/random-kitties-telegram-bot.git
synced 2026-01-08 03:16:43 +03:00
Fixed typo.
This commit is contained in:
parent
676aa2bed4
commit
014274838f
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user