summaryrefslogtreecommitdiff
path: root/bot/src/constants.hpp
diff options
context:
space:
mode:
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