diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-25 00:30:01 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-25 00:30:01 +0500 |
| commit | 2a90152bc7b3a9009b3a90cbc021fde8383f4b9b (patch) | |
| tree | 876190f88c9010c91f2cf81dadbc52c13565afa6 /bot/src/localization/line_id.hpp | |
| parent | 59b52bfab39d98a11052497ab387011a9835ef1b (diff) | |
feat: new command - chatters
Diffstat (limited to 'bot/src/localization/line_id.hpp')
| -rw-r--r-- | bot/src/localization/line_id.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bot/src/localization/line_id.hpp b/bot/src/localization/line_id.hpp index 41ceec6..6d7729e 100644 --- a/bot/src/localization/line_id.hpp +++ b/bot/src/localization/line_id.hpp @@ -48,7 +48,9 @@ namespace bot { TimerNew, TimerDelete, - HelpResponse + HelpResponse, + + ChattersResponse }; std::optional<LineId> string_to_line_id(const std::string &str); |
