summaryrefslogtreecommitdiff
path: root/discord/discord.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-10-01 17:00:36 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-10-01 17:00:36 -0400
commit9cb0eefa5666f1c19eb44d1b9167d21919a0af21 (patch)
tree978c046a43936cea5b3a54b14ea6b8b8b18b0a1b /discord/discord.hpp
parent872b15e6af603d166f5a1df4c960fb69b2c7938b (diff)
downloadabaddon-portaudio-9cb0eefa5666f1c19eb44d1b9167d21919a0af21.tar.gz
abaddon-portaudio-9cb0eefa5666f1c19eb44d1b9167d21919a0af21.zip
bump gateway version to 8
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 596228d..f8c76e6 100644
--- a/discord/discord.hpp
+++ b/discord/discord.hpp
@@ -43,7 +43,7 @@ class DiscordClient {
friend class Abaddon;
public:
- static const constexpr char *DiscordGateway = "wss://gateway.discord.gg/?v=6&encoding=json&compress=zlib-stream";
+ 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 *GatewayIdentity = "Discord";