From f6909676f3f7934fefe7343f3eb05b2fd124c8ad Mon Sep 17 00:00:00 2001 From: MatMasIt <34745996+MatMasIt@users.noreply.github.com> Date: Fri, 12 Mar 2021 21:02:35 +0100 Subject: [PATCH] Update discord.py --- discord.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.py b/discord.py index 0b3fa79..87d9535 100644 --- a/discord.py +++ b/discord.py @@ -187,7 +187,7 @@ def diTH(): connected = False while not connected: 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.connect() # Start the handshake loop connected = True