From a761cdf71f0ca410efcf0dc77b788db2a3b7fb5c Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 21 Apr 2024 13:17:10 +0500 Subject: feat: constants --- src/constants.hpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/constants.hpp (limited to 'src') diff --git a/src/constants.hpp b/src/constants.hpp new file mode 100644 index 0000000..560ea85 --- /dev/null +++ b/src/constants.hpp @@ -0,0 +1,5 @@ +#pragma once + +#include + +const std::string DEFAULT_PREFIX = "!"; -- cgit v1.2.3