diff options
Diffstat (limited to 'bot/src')
| -rw-r--r-- | bot/src/commands/response_error.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/src/commands/response_error.hpp b/bot/src/commands/response_error.hpp index b89d38e..9e7c612 100644 --- a/bot/src/commands/response_error.hpp +++ b/bot/src/commands/response_error.hpp @@ -144,6 +144,8 @@ namespace bot { if (this->message.has_value()) { args.push_back(" " + this->message.value()); + } else { + args.push_back(""); } this->line = |
