Skip to content

Commit

Permalink
Fixed "URL" GameID (See game page) for BloxstrapRPC (#209)
Browse files Browse the repository at this point in the history
Signed-off-by: AvoMC <[email protected]>
  • Loading branch information
avoladrian1 authored Oct 16, 2023
1 parent 6036859 commit 086b951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bloxstraprpc/discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (a *Activity) SetPresence() error {
Buttons: []*client.Button{
{
Label: "See game page",
Url: "https://www.roblox.com/games/meh",
Url: "https://www.roblox.com/games/" + a.PlaceID,
},
},
}
Expand Down

0 comments on commit 086b951

Please sign in to comment.