I was making a stream command to check on friends steam account and it keeps searching for a random one
this is the code
$(steam ($touser "{{name}} is from {{country}} last logged on {{lastOnline}} they are {{status}} and playing {{gameName}}"))
Hey @Early Sloth!
Are you using their Steam Community ID as specified in the documentation?
I don't know why you edited your code, it was accurate, now I'd be surprised that it works:
$(steam STEAM_ID "{{name}} is from {{country}} last logged on {{lastOnline}} they are {{status}} and playing {{gameName}}")
or if you want to allow people to lookup their Steam, then use:
$(steam $(touser) "{{name}} is from {{country}} last logged on {{lastOnline}} they are {{status}} and playing {{gameName}}")
I gave you a guide to find your STEAM_ID, I can't make it easier than this, use the numbers if a custom URL was never set, otherwise, use the custom URL's ID:
I managed to make it work with the ID from my custom URL.
