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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user