make command bot extend TelegramLongPollingBot
This commit is contained in:
parent
6daf18f007
commit
66566e3a65
@ -18,7 +18,7 @@ import java.util.Map;
|
||||
*
|
||||
* @author tschulz
|
||||
*/
|
||||
public abstract class TelegramLongPollingCommandBot extends AbsSender implements ITelegramLongPollingBot, ICommandRegistry {
|
||||
public abstract class TelegramLongPollingCommandBot extends TelegramLongPollingBot implements ICommandRegistry {
|
||||
|
||||
public static final String LOGTAG = "TelegramLongPollingCommandBot";
|
||||
private final CommandRegistry commandRegistry;
|
||||
|
Loading…
Reference in New Issue
Block a user