1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 09:57:22 +08:00

Add: Discord RPC icon

This commit is contained in:
18870
2022-01-09 19:31:40 +08:00
parent fdfbfd0b9d
commit 171a586afd

View File

@@ -10,7 +10,11 @@ def run():
APPLICATION_ID = "929437173764223057"
RPC = Presence(APPLICATION_ID)
RPC.connect()
RPC.update(state="Alas is playing Azurlane", start=time.time())
RPC.update(
state="Alas is playing Azurlane",
start=time.time(),
large_image='alas'
)
def init_discord_rpc():