diff options
Diffstat (limited to 'bot/src/commands/response_error.hpp')
| -rw-r--r-- | bot/src/commands/response_error.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/src/commands/response_error.hpp b/bot/src/commands/response_error.hpp index 9e7c612..139385d 100644 --- a/bot/src/commands/response_error.hpp +++ b/bot/src/commands/response_error.hpp @@ -209,7 +209,8 @@ namespace bot { auto arg = this->localizator .get_localized_line( - this->request.channel_preferences.get_locale(), arg_id) + this->request.requester.channel_preferences.get_locale(), + arg_id) .value(); this->line = |
