From cb24d0b3fec4c983320162dd0e080fc05709ae55 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 14 Dec 2024 00:14:51 +0500 Subject: upd: markov response chance --- bot/src/constants.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bot/src/constants.hpp') 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 -- cgit v1.2.3