Update discord.py
This commit is contained in:
parent
41430fc41b
commit
f6909676f3
|
@ -187,7 +187,7 @@ def diTH():
|
||||||
connected = False
|
connected = False
|
||||||
while not connected:
|
while not connected:
|
||||||
try:
|
try:
|
||||||
client_id = '778926641333796885' # Fake ID, put your real one here
|
client_id = '932430232049832423324' # Fake ID, put your real one here
|
||||||
RPC = Presence(client_id) # Initialize the client class
|
RPC = Presence(client_id) # Initialize the client class
|
||||||
RPC.connect() # Start the handshake loop
|
RPC.connect() # Start the handshake loop
|
||||||
connected = True
|
connected = True
|
||||||
|
|
Reference in New Issue
Block a user