From 6504ce844023f188dfb5350cd8ad34bfc94f5ac0 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 14 Dec 2024 13:16:33 +0500 Subject: feat: spam command --- bot/src/constants.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bot/src/constants.hpp') diff --git a/bot/src/constants.hpp b/bot/src/constants.hpp index b72a4c6..5819913 100644 --- a/bot/src/constants.hpp +++ b/bot/src/constants.hpp @@ -12,4 +12,6 @@ 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 +#define MARKOV_RESPONSE_CHANCE 1 +#define SPAM_DEFAULT_COUNT 5 +#define SPAM_MAX_COUNT 30 \ No newline at end of file -- cgit v1.2.3