summaryrefslogtreecommitdiff
path: root/bot/src/schemas/channel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/schemas/channel.hpp')
-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: