Closed bcongdon closed 6 years ago
Nice, this looks cool, do you think it would be worth pulling in the regex into the class and abstract out the activation of the message handler? (like the if (!!link.match(ARXIV_REGEX)) {
was handled in the base class) Then the developer can just implement the handler on the assumption the message is relevant?
Yeah, that sounds like a good idea 👍
Adds a listener help command and adds names/descriptions to existing listeners
Fixes #63