diff options
| author | ilotterytea <iltsu@alright.party> | 2024-04-21 13:17:10 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-04-21 13:17:10 +0500 |
| commit | a761cdf71f0ca410efcf0dc77b788db2a3b7fb5c (patch) | |
| tree | c842d6cfd76c41a26a5d28fbde5da7b38026489d | |
| parent | 4918d7f255831b55895444f2fcbc9be3c716379d (diff) | |
feat: constants
| -rw-r--r-- | src/constants.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
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 <string> + +const std::string DEFAULT_PREFIX = "!"; |
