diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-02-05 11:17:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-02-05 11:17:23 -0300 |
commit | 29ffe5de3c308013742b5bd97f7d75b09bd3b427 (patch) | |
tree | 7199cecaf204701770de171d007e561589b19762 /discord_rpc/codes/statecodes.py | |
parent | f6b8c0c64757c73b6f2063d3a6d93ce2f8f527d5 (diff) | |
download | tkinter-29ffe5de3c308013742b5bd97f7d75b09bd3b427.tar.gz tkinter-29ffe5de3c308013742b5bd97f7d75b09bd3b427.tar.bz2 tkinter-29ffe5de3c308013742b5bd97f7d75b09bd3b427.tar.xz tkinter-29ffe5de3c308013742b5bd97f7d75b09bd3b427.zip |
Some button aligning, a CI template, and Discord RPC
Diffstat (limited to 'discord_rpc/codes/statecodes.py')
-rw-r--r-- | discord_rpc/codes/statecodes.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/discord_rpc/codes/statecodes.py b/discord_rpc/codes/statecodes.py new file mode 100644 index 0000000..51f1a46 --- /dev/null +++ b/discord_rpc/codes/statecodes.py @@ -0,0 +1,4 @@ +Disconnected = 0 +SentHandshake = 1 +AwaitingResponse = 2 +Connected = 3 |