Problems with the bot

Hello, I am experiencing problems using the command in a channel, I get an error.

$(twitch "{{subscriberCount}} subs " subs )

// ES

Hola, estoy experimentando problemas para usar el comando en un canal, me tira error.

$(twitch "{{subscriberCount}} subs " subs )

i believe it’s the extra “subs” at the end… should look like this…

$(twitch "{{subscriberCount}} subs ")

The Twitch command docs can be found here. Should look like

!commands add !subCount Subscriber Count: $(twitch $(channel) "{{subscriberCount}}")

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