Update steamid website

This commit is contained in:
Brandon Sturgeon 2024-01-20 01:49:14 -08:00
parent 88439d1ec0
commit 7df5beb3c1
No known key found for this signature in database
GPG Key ID: D2B85AB23C6D80C2

View File

@ -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 + ")"
}