!so command will not work

Asked Apr 28, 2021·2 replies·Last activity 5 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

First time using nightbot and i can't seam to get the command to work. Trying to get it to look up a streamers account and show the address in chact on twitch.

I want to type "!so streamers name"
and it is to show
$(twitch $(eval $(query) .charAt(0)==@ ?$(query) .slice(1):$(query) ) "Go check out {{displayName}} playing {{game}} at {{url}}")

2 replies

Instead of using all that $(eval) and $(query) stuff you can just use $(touser) it should work assuming everything is the correct formatting.

Ty very much for your help it is work