#pragma once #include #include #define DEFAULT_LOCALE_ID "english" #ifdef DEBUG_MODE const std::string DEFAULT_PREFIX = "~"; #else const std::string DEFAULT_PREFIX = "!"; #endif const auto START_TIME = std::chrono::steady_clock::now(); #define MARKOV_RESPONSE_CHANCE 1 #define SPAM_DEFAULT_COUNT 5 #define SPAM_MAX_COUNT 30