Skip to content

Commit

Permalink
Update steamid website
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Jan 20, 2024
1 parent 88439d1 commit 7df5beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/discord_relay/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func steamLinkMessage(event EventStruct, message string) string {
return message
}

steamLink := "https://steamid.io/lookup/" + steamId
steamLink := "https://steamid.gay/user/" + steamId
return "[" + message + "](" + steamLink + ")"
}

Expand Down

0 comments on commit 7df5beb

Please sign in to comment.