Shout Out Command

Asked Mar 13, 2021·4 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.

So I tried adding the following command that was shared on another thread:

!commands add !so $(twitch $(user) "Follow {{displayName}} over at {{url}}. They were last playing {{game}}")

However, when I went with !so (other username), it returned the statement with my username instead of the user that was supposed to be shouted out. Is there something I missed?

4 replies

So I changed the $(user) to $(touser). However, now when I use the command !so I'm getting the following output:

(touser) is currently live playing Call of Duty: Warzone at 1080p, 60 fps with 11 viewers since 2021-03-13T18:08:31.000Z (9 minutes 47 seconds) - (link)

I don't think that that matches this: $(twitch $(touser) “Follow {{displayName}} over at {{url}}. They were last playing {{game}}”)

Hey @Proud Flamingo!

You're using the wrong quotation marks, use these one " instead of these “”:

$(twitch $(touser) "Follow {{displayName}} over at {{url}}. They were last playing {{game}}")