diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-02-05 18:35:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-02-05 18:35:33 -0300 |
commit | d6d698227b4c1ba1004d371ab5fb35ec8024b5da (patch) | |
tree | f7f59ab57e081aaa8e493e1324edabca1dc4c5ae /discord_rpc/codes/statecodes.py | |
parent | 29ffe5de3c308013742b5bd97f7d75b09bd3b427 (diff) | |
download | tkinter-d6d698227b4c1ba1004d371ab5fb35ec8024b5da.tar.gz tkinter-d6d698227b4c1ba1004d371ab5fb35ec8024b5da.tar.bz2 tkinter-d6d698227b4c1ba1004d371ab5fb35ec8024b5da.tar.xz tkinter-d6d698227b4c1ba1004d371ab5fb35ec8024b5da.zip |
Update discord_rpc to 4.0
https://pypi.org/project/discord-rpc
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 |