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.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/commands/command.hpp b/bot/src/commands/command.hpp
index c2398ec..fcaacdb 100644
--- a/bot/src/commands/command.hpp
+++ b/bot/src/commands/command.hpp
@@ -45,7 +45,7 @@ namespace bot {
void add_command(std::unique_ptr<Command> cmd);
void load_lua_directory(const std::string &folder_path);
std::optional<Response> run(const InstanceBundle &bundle,
- const Request &msg) const;
+ const Request &msg);
const std::vector<std::unique_ptr<Command>> &get_commands() const {
return this->commands;