Changed the parameter type in the ResponderChatCommand & the ResponderGroupCommand
This commit is contained in:
@ -4,6 +4,6 @@ import de.gnmyt.autoresponder.entities.GroupCommandData;
|
|||||||
|
|
||||||
public abstract class ResponderChatCommand extends ResponderCommand {
|
public abstract class ResponderChatCommand extends ResponderCommand {
|
||||||
|
|
||||||
public abstract void execute(GroupCommandData command, Arguments args, AnswerController controller);
|
public abstract void execute(GroupCommandData command, Arguments args, ChatAnswerController controller);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,6 @@ import de.gnmyt.autoresponder.entities.ChatCommandData;
|
|||||||
|
|
||||||
public abstract class ResponderGroupCommand extends ResponderCommand {
|
public abstract class ResponderGroupCommand extends ResponderCommand {
|
||||||
|
|
||||||
public abstract void execute(ChatCommandData command, Arguments args, AnswerController controller);
|
public abstract void execute(ChatCommandData command, Arguments args, GroupAnswerController controller);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user