llimllib / limbo

A simple, clean, easy to modify Slack chatbot
MIT License
402 stars 160 forks source link

plugin idea: emoji added/changed bot #195

Open llimllib opened 3 years ago

llimllib commented 3 years ago

pretty sure a plugin could check the list of emojis and post to a room when one gets added or changed

StewPoll commented 3 years ago

There's an emoji_changed event in the event API. https://api.slack.com/events/emoji_changed

I'd assume a config for the plugin would be which channel to alert when the emoji are changed, and if you only want specific notifications.