Night bot keeps reaping the same username steam command

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 @oaktrooper!

Are you using their Steam Community ID as specified in the documentation?

Can you give an example because I tired numbers and username

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.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.