summaryrefslogtreecommitdiff
path: root/bot/src/commands/command.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/commands/command.hpp')
-rw-r--r--bot/src/commands/command.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/src/commands/command.hpp b/bot/src/commands/command.hpp
index 507504c..92205d7 100644
--- a/bot/src/commands/command.hpp
+++ b/bot/src/commands/command.hpp
@@ -31,6 +31,7 @@ namespace bot {
virtual schemas::PermissionLevel get_permission_level() const {
return schemas::PermissionLevel::USER;
}
+ virtual std::vector<std::string> get_aliases() const { return {}; }
virtual int get_delay_seconds() const { return 5; }
virtual std::vector<std::string> get_subcommand_ids() const {
return {};