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