Updated ResponderChatCommand#execute
This commit is contained in:
parent
9e26c15f7d
commit
f4fa5084d9
@ -1,9 +1,9 @@
|
||||
package de.gnmyt.autoresponder.commands;
|
||||
|
||||
import de.gnmyt.autoresponder.entities.GroupCommandData;
|
||||
import de.gnmyt.autoresponder.entities.ChatCommand;
|
||||
|
||||
public abstract class ResponderChatCommand extends ResponderCommand {
|
||||
|
||||
public abstract void execute(GroupCommandData command, Arguments args, ChatAnswerController controller);
|
||||
public abstract void execute(ChatCommand command, Arguments args);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user