summaryrefslogtreecommitdiff
path: root/discord/discord.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-04-21 18:18:26 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-04-21 18:18:26 -0400
commitd21b51c4dd850465d477efc306b38685b537dc94 (patch)
tree7bd81f8edb90efb4df7fcf6ef1fa995196277ecf /discord/discord.hpp
parent6467ddd68bc484ee7f060c69d1b5a44eca091289 (diff)
downloadabaddon-portaudio-d21b51c4dd850465d477efc306b38685b537dc94.tar.gz
abaddon-portaudio-d21b51c4dd850465d477efc306b38685b537dc94.zip
bump to api v9 now that it's live
Diffstat (limited to 'discord/discord.hpp')
-rw-r--r--discord/discord.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/discord.hpp b/discord/discord.hpp
index 0234014..1d732b7 100644
--- a/discord/discord.hpp
+++ b/discord/discord.hpp
@@ -50,8 +50,8 @@ class DiscordClient {
friend class Abaddon;
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/v8";
+ static const constexpr char *DiscordGateway = "wss://gateway.discord.gg/?v=9&encoding=json&compress=zlib-stream";
+ static const constexpr char *DiscordAPI = "https://discord.com/api/v9";
public:
DiscordClient(bool mem_store = false);