Skip to content

Commit 6ae58c8

Browse files
authored
Update with donation information
1 parent 02bdbd6 commit 6ae58c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

integration.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ def fetch_data():
2020
quit()
2121

2222
print("DSTM Miner Integration for Discord")
23-
print("Written by suclearnub\n")
23+
print("Written by suclearnub")
24+
print("Donate: 0x93F69Af0e0E12AE0A3217dC61910d4479E4eC3d2 / tips.emmypony.eth\n")
2425
client_id = '405940771791962121' #Your application's client ID as a string. (This isn't a real client ID)
2526
rpc_obj = rpc.DiscordIpcClient.for_platform(client_id) #Send the client ID to the rpc module
2627
print("RPC connection successful.")
@@ -45,4 +46,4 @@ def fetch_data():
4546
}
4647
}
4748
rpc_obj.set_activity(activity)
48-
time.sleep(30)
49+
time.sleep(30)

0 commit comments

Comments
 (0)