klothoplatform / slack-notifier

Slack notification bot
MIT License
3 stars 0 forks source link

make emoji customizable #45

Closed ghost closed 1 year ago

ghost commented 1 year ago

This involves two main steps: first, making an EmojiStore to record which emoji we want for each action; and second, adding slack commands and actions for setting these.

As part of this, I'm also changing the default emoji to standards ones. This makes it work out of the box for people installing it without our custom emoji.

Resolves #37

ghost commented 1 year ago

Would be nice to see sample usage, especially the slash commands. I have a hard time following since the pattern is just /.* and then the handler has commandName.

Good call — I'll add an explainer of what's going on.