mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 08:51:47 +03:00
add elapsed time back to RPC so people can see addiction
This commit is contained in:
parent
5a125a1731
commit
287560d5ca
1 changed files with 2 additions and 1 deletions
|
@ -208,7 +208,8 @@ $(() => {
|
||||||
DiscordRPC.setActivity({
|
DiscordRPC.setActivity({
|
||||||
details: 'In-Game',
|
details: 'In-Game',
|
||||||
largeImageKey: 'game',
|
largeImageKey: 'game',
|
||||||
largeImageText: 'An Anime Game Launcher'
|
largeImageText: 'An Anime Game Launcher',
|
||||||
|
startTimestamp: new Date().setDate(new Date().getDate())
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue