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