lewster32 / corporallancot

A Discord bot primarily for recording, searching and retrieving notes and quotes
MIT License
1 stars 2 forks source link

New Action Handler: Message Queue Forwarder #30

Open Bidthedog opened 4 years ago

Bidthedog commented 4 years ago

This would be specifically for Twitch.

As the bot is hosted on a persistent server, and for Twitch streams, certain messages may need to be forwarded to the streamer, it would make sense to allow messages to be sent to an exposed message queue that can be subscribed to one way or another.

This might not be a separate handler, instead, it may be a feature of any particular handler; for example:

It may be suitable to make the local client scriptable - i.e. allow the streamer to control what actions take place when a command is received. This might take some work, though.