We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02bdbd6 commit 6ae58c8Copy full SHA for 6ae58c8
integration.py
@@ -20,7 +20,8 @@ def fetch_data():
20
quit()
21
22
print("DSTM Miner Integration for Discord")
23
-print("Written by suclearnub\n")
+print("Written by suclearnub")
24
+print("Donate: 0x93F69Af0e0E12AE0A3217dC61910d4479E4eC3d2 / tips.emmypony.eth\n")
25
client_id = '405940771791962121' #Your application's client ID as a string. (This isn't a real client ID)
26
rpc_obj = rpc.DiscordIpcClient.for_platform(client_id) #Send the client ID to the rpc module
27
print("RPC connection successful.")
@@ -45,4 +46,4 @@ def fetch_data():
45
46
}
47
48
rpc_obj.set_activity(activity)
- time.sleep(30)
49
+ time.sleep(30)
0 commit comments