stormstricker

Results 2 issues of stormstricker

Sometimes there are connection issues, so execute() method throws an exception. A message might or might not get sent. I tried including another call to send message method in the...

I have this method: ``` public class MyBot extends TelegramLongPollingBot { @Override public void onUpdateReceived(Update update) { System.out.println("we have an update!"); ... ``` That prints `we have an update!` just...