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