mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-04-03 19:33:01 +02:00
parent
883347db4e
commit
2f77b19e9d
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ function Discord:authorize(on_authorize)
|
||||||
local payload = {
|
local payload = {
|
||||||
client_id = self.client_id,
|
client_id = self.client_id,
|
||||||
v = 1,
|
v = 1,
|
||||||
|
nonce = "initial-ready",
|
||||||
}
|
}
|
||||||
|
|
||||||
self:call(self.opcodes.auth, payload, on_authorize)
|
self:call(self.opcodes.auth, payload, on_authorize)
|
||||||
|
|
Loading…
Reference in a new issue