From 99d1a1563676c2bb95574fb079a9367fbd1acf34 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 9 Dec 2024 19:49:21 +0500 Subject: feat: random markov responses! --- bot/src/schemas/channel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/src/schemas/channel.hpp') 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 opted_out_at; }; - enum ChannelFeature { MARKOV_RESPONSES }; + enum ChannelFeature { MARKOV_RESPONSES, RANDOM_MARKOV_RESPONSES }; class ChannelPreferences { public: -- cgit v1.2.3