Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
wont-stream committed Jul 9, 2024
1 parent 1187480 commit 56d137e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugins/DiscordRPC/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ ws.onopen = () => {
activity: {
timestamps: {
...(paused
? {}
: {
start: now,
end: remaining,
}),
}
? {}
: {
start: now,
end: remaining,
}),
},
type: 2,
name: formatLongString(currentlyPlaying.title),
details: formatLongString(
Expand Down

0 comments on commit 56d137e

Please sign in to comment.