-
-
Notifications
You must be signed in to change notification settings - Fork 23
AutoResponseCommand #120
Copy link
Copy link
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Projects
- StatusShow more project fieldsDone
A node inheriting TwitchCommandBase, that will automatically send an answer into chat.
Currently you need to listen to a signal from a TwitchCommand, just to send a chat message back. It would be amazing if we could instead have a hardcoded string value within the node, that sends a message for you.
Example is a !twitcher command where it automatically sends the link to this repo without requiring to write any code!