diff options
Diffstat (limited to 'discord_rpc/codes/statecodes.py')
-rw-r--r-- | discord_rpc/codes/statecodes.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/discord_rpc/codes/statecodes.py b/discord_rpc/codes/statecodes.py deleted file mode 100644 index 51f1a46..0000000 --- a/discord_rpc/codes/statecodes.py +++ /dev/null @@ -1,4 +0,0 @@ -Disconnected = 0 -SentHandshake = 1 -AwaitingResponse = 2 -Connected = 3 |