Skip to content

Commit

Permalink
bloxstraprpc: use bloxstrap's app id
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Oct 19, 2023
1 parent a8c358f commit 0f656cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bloxstraprpc/discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import (
"github.com/vinegarhq/vinegar/roblox/api"
)

const RPCAppID = "1159891020956323923"
// This is Bloxstrap's Discord RPC application ID.
const RPCAppID = "1005469189907173486"

func Login() error {
log.Println("Authenticating Discord RPC")
Expand Down

0 comments on commit 0f656cd

Please sign in to comment.