Skip to content

Commit

Permalink
Fix DiscordRPC join button crash
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken committed Dec 2, 2024
1 parent 0a7307f commit c35b5fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async function gameJoiningEntry(data: GameEventInfo) {
rpcOptions = {
...rpcOptions,
buttonText2: 'Join server',
buttonUrl2: `"${joinLink}"`,
buttonUrl2: `${joinLink}`,
};
} else {
rpcOptions.buttonText2 = undefined;
Expand Down

0 comments on commit c35b5fe

Please sign in to comment.