Update to remote auth v2

This commit is contained in:
Tulir Asokan
2022-09-13 14:02:13 +03:00
parent 0e12bd58d6
commit 704bdaefd7
4 changed files with 31 additions and 15 deletions

View File

@@ -43,7 +43,7 @@ func New() (*Client, error) {
}
return &Client{
URL: "wss://remote-auth-gateway.discord.gg/?v=1",
URL: "wss://remote-auth-gateway.discord.gg/?v=2",
privateKey: privateKey,
}, nil
}