summaryrefslogtreecommitdiff
path: root/bot/src/constants.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-12-14 13:16:33 +0500
committerilotterytea <iltsu@alright.party>2024-12-14 13:16:33 +0500
commit6504ce844023f188dfb5350cd8ad34bfc94f5ac0 (patch)
tree3ce68cdf13097d415127de6a2664fe1e2e51d50b /bot/src/constants.hpp
parentd7b419837f58be4c75dfab756ffac025ed8fc962 (diff)
feat: spam command
Diffstat (limited to 'bot/src/constants.hpp')
-rw-r--r--bot/src/constants.hpp4
1 files changed, 3 insertions, 1 deletions
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