geewiz / twitch-bot

The twitch-bot Ruby gem for building Twitch chat bots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EventHandler code relies on explicit delegation to Client

geewiz opened this issue · comments

For example, we need to call client.send_message. Having an implicit delegation allowing us to call send_message would simplify handler code.