Skip to content

Commit

Permalink
puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
Иван Иванчук committed Sep 11, 2023
1 parent e183cef commit bc915d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/io/blamer/bot/agents/tg/TgBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class TgBot extends TelegramLongPollingBot {
private final Map<String, Conversation> conversations;

/**
* Initialize bot with set of commands.
* Initialize bot with a set of commands.
*
* @throws TelegramApiException if fails.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class Registry implements Conversation {

/*
* @todo #73:45min\DEV Replace RSocket
* We should replace rsocket with websocket
* We should replace rsocket with webclient/feign
* */
/**
* The requester.
Expand Down

0 comments on commit bc915d5

Please sign in to comment.