diff options
Diffstat (limited to 'protocols/Discord/src')
-rw-r--r-- | protocols/Discord/src/gateway.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Discord/src/gateway.cpp b/protocols/Discord/src/gateway.cpp index eccf8aea90..79583cf17d 100644 --- a/protocols/Discord/src/gateway.cpp +++ b/protocols/Discord/src/gateway.cpp @@ -44,7 +44,7 @@ bool CDiscordProto::GatewayThreadWorker() { NETLIBHTTPHEADER hdrs[] = { - { "Sec-WebSocket-Key", "KFShSwLlp4E6C7JZc5h4sg==" }, + { "Sec-WebSocket-Key", "xkGAFcWD1fSJp6o0tceQOg==" }, { 0, 0 } }; |