mirror of https://gitlab.com/litecord/litecord.git
presence: fill in client_status
This commit is contained in:
parent
b650414bb9
commit
59e2f9a91a
|
|
@ -42,7 +42,8 @@ class BasePresence:
|
|||
"status": self.status,
|
||||
"game": self.game,
|
||||
"since": 0,
|
||||
"client_status": {},
|
||||
# hardcode all presences as coming from web
|
||||
"client_status": {"web": self.status},
|
||||
"mobile": False,
|
||||
"activities": self.activities,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue