Disable/turn off custom commands when offline/not live/not streaming

Hey @requiresassembly!

Yes, you can:

$(eval '$(twitch $(channel) "{{status}}")' === 'live' ? 'MESSAGE_WHEN_STREAMING' : 'This command is currently disabled.')
1 Like