At the moment it would seem like Nightbot reacts to the same command in twitch chat and in discord channels. Some simply do not make sense in discord for example.
So is there a way to tell the bot which command is valid on which chat?
Hey @Fabled Whale!
Yes, you can use the $(provider) variable for it.
$(eval '$(provider)' === 'twitch' ? 'MESSAGE_FOR_TWITCH_CHAT' : ' ';)