diff options
| -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 = "!"; |
