What did I do wrong?

what did I do wrong in this command answer?
$(steam thorxlp “{{name}} - ({{realName}}, aus {{country}}, ist momentan {{status}}. Falls er momentan etwas spielt ist es: {{gameName}} - es kann hier erworben werden {{gameUrl}}”)

hoping for help in the near future
Renex.

What is the output you are receiving versus what you expect? The quotes being used in your command are the unicode variety, and could be why your variable isn’t returning expected information. You need to use " not and

i found the error. i added a ( at “realName” but didnt close it, resolving in it not detecting the variable.

I was expecting this: ThorxLP - (Nico), aus DE, ist momentan Away. Falls er momentan etwas auf Steam spielt ist es: [not playing a game] - es kann hier erworben werden [not playing a game]"

but got the string in its normal text format:

$(steam thorxlp “{{name}} - ({{realName}}, aus {{country}}, ist momentan {{status}}. Falls er momentan etwas spielt ist es: {{gameName}} - es kann hier erworben werden {{gameUrl}}”)

back. Thanks for your quick answer and also thanks for your help :slight_smile:

An extra parenthesis was messing up the response. Fixed it.

$(steam thorxlp "{{name}} - {{realName}}, aus {{country}}, ist momentan {{status}}. Falls er momentan etwas spielt ist es: {{gameName}} - es kann hier erworben werden {{gameUrl}}")

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