make command bot extend TelegramLongPollingBot

This commit is contained in:
Timo Schulz 2016-05-26 09:24:10 +02:00
parent 6daf18f007
commit 66566e3a65

View File

@ -18,7 +18,7 @@ import java.util.Map;
* *
* @author tschulz * @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"; public static final String LOGTAG = "TelegramLongPollingCommandBot";
private final CommandRegistry commandRegistry; private final CommandRegistry commandRegistry;