Restructured settings
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -48,3 +48,4 @@ CMakeUserPresets.json
|
||||
|
||||
build/
|
||||
.cache/
|
||||
settings.hpp
|
||||
|
7
settings.empty.hpp
Normal file
7
settings.empty.hpp
Normal file
@@ -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
|
Reference in New Issue
Block a user