botkit-starter-slack icon indicating copy to clipboard operation
botkit-starter-slack copied to clipboard

Subtypes

Open tribakzero opened this issue 6 years ago • 0 comments

It's an odd behavior that the on should be holding the subtype instead of the type. In my case I'm trying to make a bot read the currently added emojis, instead of .on('emoji_changed') or even .on('emoji_changed.add') I'm forced to use .on('add') which is not clear enough.

Is there any chance that the bot can also receive a type.subtype pair? That would be really descriptive and clear.

I'm also worried that the add subtype is part of another event, say file.add and it will give false positives.

tribakzero avatar Oct 10 '19 21:10 tribakzero