summaryrefslogtreecommitdiff
path: root/discord/discord.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'discord/discord.hpp')
-rw-r--r--discord/discord.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/discord.hpp b/discord/discord.hpp
index b9829dc..c2b4bb0 100644
--- a/discord/discord.hpp
+++ b/discord/discord.hpp
@@ -52,7 +52,6 @@ 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 *GatewayIdentity = "Discord";
public:
DiscordClient(bool mem_store = false);