summaryrefslogtreecommitdiff
path: root/game/python-extra/discord_rpc/codes/statecodes.py
blob: 51f1a46e00272d11d9e2fc159ef7a5a8c2fe1205 (plain) (blame)
1
2
3
4
Disconnected = 0
SentHandshake = 1
AwaitingResponse = 2
Connected = 3