presence: fill in client_status

This commit is contained in:
Luna 2021-08-28 19:56:58 -03:00
parent b650414bb9
commit 59e2f9a91a
1 changed files with 2 additions and 1 deletions

View File

@ -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,
}