Problems with the bot

Asked Dec 4, 2023·2 replies·Last activity 2 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.

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 )

2 replies

i believe it's the extra "subs" at the end... should look like this...

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

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

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