summaryrefslogtreecommitdiff
path: root/bot/src/schemas
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-12-09 19:49:21 +0500
committerilotterytea <iltsu@alright.party>2024-12-09 19:49:21 +0500
commit99d1a1563676c2bb95574fb079a9367fbd1acf34 (patch)
treed29f8122bb16bcb0d673a297cb84beae16106abe /bot/src/schemas
parent69eb8e57770240637158df5b5578084f61366c5f (diff)
feat: random markov responses!
Diffstat (limited to 'bot/src/schemas')
-rw-r--r--bot/src/schemas/channel.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/schemas/channel.hpp b/bot/src/schemas/channel.hpp
index e346b9f..ace4c4d 100644
--- a/bot/src/schemas/channel.hpp
+++ b/bot/src/schemas/channel.hpp
@@ -47,7 +47,7 @@ namespace bot::schemas {
std::optional<std::chrono::system_clock::time_point> opted_out_at;
};
- enum ChannelFeature { MARKOV_RESPONSES };
+ enum ChannelFeature { MARKOV_RESPONSES, RANDOM_MARKOV_RESPONSES };
class ChannelPreferences {
public: