Created the execute method in the ResponderGroupCommand
This commit is contained in:
parent
51652a2e2e
commit
9fb6381d77
@ -1,4 +1,9 @@
|
|||||||
package de.gnmyt.autoresponder.commands;
|
package de.gnmyt.autoresponder.commands;
|
||||||
|
|
||||||
public abstract class ResponderGroupCommand {
|
import de.gnmyt.autoresponder.entities.ChatCommandData;
|
||||||
|
|
||||||
|
public abstract class ResponderGroupCommand extends ResponderCommand {
|
||||||
|
|
||||||
|
public abstract void execute(ChatCommandData command, Arguments args, AnswerController controller);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user