summaryrefslogtreecommitdiff
path: root/bot/src/constants.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-12-14 00:14:51 +0500
committerilotterytea <iltsu@alright.party>2024-12-14 00:14:51 +0500
commitcb24d0b3fec4c983320162dd0e080fc05709ae55 (patch)
treebe096bfc8b94320901a83e5150ad51eee918ad33 /bot/src/constants.hpp
parentdbb795b2c851e23d7af2de3983138dcd66d6104c (diff)
upd: markov response chance
Diffstat (limited to 'bot/src/constants.hpp')
-rw-r--r--bot/src/constants.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/src/constants.hpp b/bot/src/constants.hpp
index 3c3462b..b72a4c6 100644
--- a/bot/src/constants.hpp
+++ b/bot/src/constants.hpp
@@ -11,3 +11,5 @@ const std::string DEFAULT_PREFIX = "~";
const std::string DEFAULT_PREFIX = "!";
#endif
const auto START_TIME = std::chrono::steady_clock::now();
+
+#define MARKOV_RESPONSE_CHANCE 1 \ No newline at end of file