summaryrefslogtreecommitdiff
path: root/constants.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'constants.hpp')
-rw-r--r--constants.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/constants.hpp b/constants.hpp
deleted file mode 100644
index 6c6276f..0000000
--- a/constants.hpp
+++ /dev/null
@@ -1,4 +0,0 @@
-#include <cstdint>
-
-constexpr static uint64_t SnowflakeSplitDifference = 600;
-constexpr static int MaxMessagesForChatCull = 50; // this has to be 50 (for now) cuz that magic number is used in a couple other places and i dont feel like replacing them