diff options
Diffstat (limited to 'src/commands/command.hpp')
| -rw-r--r-- | src/commands/command.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/commands/command.hpp b/src/commands/command.hpp index 345b821..40ec114 100644 --- a/src/commands/command.hpp +++ b/src/commands/command.hpp @@ -11,6 +11,16 @@ namespace bot { namespace command { + enum CommandArgument { + SUBCOMMAND, + MESSAGE, + INTERVAL, + NAME, + TARGET, + VALUE, + AMOUNT, + }; + class Command { public: virtual std::string get_name() const = 0; |
