The [exception text](https://github.com/geewiz/twitch-bot/blob/3163e2d6b8d923b2d5d0cdd88858fe853b785467/lib/twitch/bot/event_handler.rb#L20) in `EventHandler#call` should make it clear that this method needs to be implemented. Maybe simply raise `NotImplementedError`?
The exception text in
EventHandler#callshould make it clear that this method needs to be implemented.Maybe simply raise
NotImplementedError?