diff options
| author | ilotterytea <iltsu@alright.party> | 2024-12-14 23:23:12 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-12-14 23:23:12 +0500 |
| commit | 1134c8316e5ee445567f9bf225e9fb9c2631b4dc (patch) | |
| tree | 05380fdd9ab9b40af9443bb5e0cd52aeec36a53a /bot/src/localization/line_id.hpp | |
| parent | 79c39906131bb72780da96ccc6eb43524dec3350 (diff) | |
feat: settings command
Diffstat (limited to 'bot/src/localization/line_id.hpp')
| -rw-r--r-- | bot/src/localization/line_id.hpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bot/src/localization/line_id.hpp b/bot/src/localization/line_id.hpp index 6d7729e..e9b90c0 100644 --- a/bot/src/localization/line_id.hpp +++ b/bot/src/localization/line_id.hpp @@ -50,7 +50,12 @@ namespace bot { HelpResponse, - ChattersResponse + ChattersResponse, + + SetLocale, + SetPrefix, + SetFeatureDisabled, + SetFeatureEnabled }; std::optional<LineId> string_to_line_id(const std::string &str); |
