itanex / stream-assist-bot

GNU General Public License v3.0
1 stars 0 forks source link

Calls to API should not happen on every message #67

Closed itanex closed 6 months ago

itanex commented 6 months ago

The message handler currently makes 3 calls to the twitch API on every message it handles, this should be restricted to when the message is actually identified to be handled so that calls only occur when the bot will actually operate on the message.