diff --git a/.gitignore b/.gitignore index f7c7148..81c5340 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,3 @@ CMakeUserPresets.json build/ .cache/ -token.h diff --git a/token.h b/token.h new file mode 100644 index 0000000..8a8bdae --- /dev/null +++ b/token.h @@ -0,0 +1 @@ +#define TOKEN "Insert your token here"