fix BotLogger import
This commit is contained in:
parent
31c9cdfaf7
commit
6daf18f007
@ -1,10 +1,10 @@
|
|||||||
package org.telegram.telegrambots.api.commands;
|
package org.telegram.telegrambots.api.commands;
|
||||||
|
|
||||||
import org.telegram.telegrambots.BotLogger;
|
|
||||||
import org.telegram.telegrambots.TelegramApiException;
|
import org.telegram.telegrambots.TelegramApiException;
|
||||||
import org.telegram.telegrambots.api.methods.send.SendMessage;
|
import org.telegram.telegrambots.api.methods.send.SendMessage;
|
||||||
import org.telegram.telegrambots.api.objects.Chat;
|
import org.telegram.telegrambots.api.objects.Chat;
|
||||||
import org.telegram.telegrambots.bots.AbsSender;
|
import org.telegram.telegrambots.bots.AbsSender;
|
||||||
|
import org.telegram.telegrambots.logging.BotLogger;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* standard help command, which gets registered by default, to supply a list of all available commands
|
* standard help command, which gets registered by default, to supply a list of all available commands
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
package org.telegram.telegrambots.bots;
|
package org.telegram.telegrambots.bots;
|
||||||
|
|
||||||
import org.telegram.telegrambots.BotLogger;
|
|
||||||
import org.telegram.telegrambots.TelegramApiException;
|
import org.telegram.telegrambots.TelegramApiException;
|
||||||
import org.telegram.telegrambots.api.commands.BotCommand;
|
import org.telegram.telegrambots.api.commands.BotCommand;
|
||||||
import org.telegram.telegrambots.api.commands.CommandRegistry;
|
import org.telegram.telegrambots.api.commands.CommandRegistry;
|
||||||
@ -8,6 +8,7 @@ import org.telegram.telegrambots.api.commands.ICommandRegistry;
|
|||||||
import org.telegram.telegrambots.api.methods.send.SendMessage;
|
import org.telegram.telegrambots.api.methods.send.SendMessage;
|
||||||
import org.telegram.telegrambots.api.objects.Message;
|
import org.telegram.telegrambots.api.objects.Message;
|
||||||
import org.telegram.telegrambots.api.objects.Update;
|
import org.telegram.telegrambots.api.objects.Update;
|
||||||
|
import org.telegram.telegrambots.logging.BotLogger;
|
||||||
|
|
||||||
import java.util.Collection;
|
import java.util.Collection;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
Loading…
Reference in New Issue
Block a user