Created the UsageElement object

This commit is contained in:
2021-10-02 01:36:09 +02:00
parent 02bd3bd75e
commit 6d2947b527
4 changed files with 180 additions and 0 deletions

View File

@ -0,0 +1,6 @@
package de.gnmyt.autoresponder.commands;
public abstract class ResponderChatCommand {
}