summaryrefslogtreecommitdiff
path: root/discord/discord.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'discord/discord.hpp')
-rw-r--r--discord/discord.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/discord.hpp b/discord/discord.hpp
index c43a764..125c85a 100644
--- a/discord/discord.hpp
+++ b/discord/discord.hpp
@@ -51,7 +51,7 @@ class DiscordClient {
public:
static const constexpr char *DiscordGateway = "wss://gateway.discord.gg/?v=8&encoding=json&compress=zlib-stream";
- static const constexpr char *DiscordAPI = "https://discord.com/api";
+ static const constexpr char *DiscordAPI = "https://discord.com/api/v8";
public:
DiscordClient(bool mem_store = false);