We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597f580 commit 78c3513Copy full SHA for 78c3513
src/globals.hpp
@@ -7,6 +7,6 @@
7
#define API_HEADERS { \
8
{"Authorization", "Bearer " + std::string(getenv("API_TOKEN") ? getenv("API_TOKEN") : "")}, \
9
{"Accept", "application/json"}, \
10
- {"User-Agent", "cordactyl-discord-bot/2.0"} \
+ {"User-Agent", "cordactyl-discord-bot/2.1"} \
11
}
12
-#define EXIT_INVALID_API_TOKEN 24
+#define EXIT_INVALID_API_TOKEN 24
0 commit comments