Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aqerd committed Dec 1, 2024
1 parent a6c4f3d commit e1ce1b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/java/oop/project/handlers/Message.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
import oop.project.shared.CommandWaiter;
import oop.project.shared.Genres;
import oop.project.validators.*;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.telegram.telegrambots.meta.api.methods.send.SendMessage;
Expand All @@ -16,11 +21,6 @@
import org.telegram.telegrambots.meta.api.objects.replykeyboard.buttons.InlineKeyboardRow;
import org.telegram.telegrambots.meta.exceptions.TelegramApiException;
import org.telegram.telegrambots.meta.generics.TelegramClient;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import static oop.project.TelegramBot.getTelegramClient;
import static oop.project.handlers.Keyboards.setKeyboard;
import static oop.project.shared.CommandWaiter.*;
Expand Down

0 comments on commit e1ce1b9

Please sign in to comment.