1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2025-04-05 03:53:02 +02:00

Fixed Authorization Failure

This commit is contained in:
RootOperator 2024-06-18 11:24:13 +02:00
parent 883347db4e
commit 24cc1f6f50

View file

@ -142,6 +142,7 @@ function Discord:authorize(on_authorize)
local payload = {
client_id = self.client_id,
v = 1,
nonce = "initial-ready",
}
self:call(self.opcodes.auth, payload, on_authorize)