From 7985fe19a9f48dd9cfd3ae774c1b7355ef4b119d Mon Sep 17 00:00:00 2001 From: cat Date: Sat, 19 Jul 2025 03:23:08 +0300 Subject: [PATCH] Restructured settings --- .gitignore | 1 + settings.empty.hpp | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 settings.empty.hpp diff --git a/.gitignore b/.gitignore index 81c5340..9276a8a 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ CMakeUserPresets.json build/ .cache/ +settings.hpp diff --git a/settings.empty.hpp b/settings.empty.hpp new file mode 100644 index 0000000..7f73811 --- /dev/null +++ b/settings.empty.hpp @@ -0,0 +1,7 @@ +#define TOKEN "Your bot token here" + +// Guild id here +#define GUILD 0 + +// Whoever is going to be admin. Their ID here +#define ADMIN_ID 0