Stormy SlothOriginal postSep 27, 2022I want some custom commands be automatically disabled when I am not streaming. Is this possible with nightbot?
Polar CatSep 28, 2022Hey @Stormy Sloth!Yes, you can:$(eval '$(twitch $(channel) "{{status}}")' === 'live' ? 'MESSAGE_WHEN_STREAMING' : 'This command is currently disabled.')