mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
PyPyDance Discord RPC 2
This commit is contained in:
@@ -7441,7 +7441,7 @@ speechSynthesis.getVoices();
|
||||
var videoName = '';
|
||||
var videoLength = '';
|
||||
var displayName = '';
|
||||
var videoPos = 5; // video loading delay
|
||||
var videoPos = 10; // video loading delay
|
||||
if (typeof gameLog.displayName !== 'undefined') {
|
||||
displayName = gameLog.displayName;
|
||||
}
|
||||
@@ -7796,11 +7796,13 @@ speechSynthesis.getVoices();
|
||||
appId = '846232616054030376';
|
||||
bigIcon = 'vr_dancing';
|
||||
}
|
||||
L.worldName = this.nowPlaying.name;
|
||||
Discord.SetTimestamps(
|
||||
Date.now(),
|
||||
(this.nowPlaying.startTime + this.nowPlaying.length) * 1000
|
||||
);
|
||||
if (this.nowPlaying.playing) {
|
||||
L.worldName = this.nowPlaying.name;
|
||||
Discord.SetTimestamps(
|
||||
Date.now(),
|
||||
(this.nowPlaying.startTime + this.nowPlaying.length) * 1000
|
||||
);
|
||||
}
|
||||
}
|
||||
Discord.SetAssets(
|
||||
bigIcon, // big icon
|
||||
|
||||
Reference in New Issue
Block a user