discord-relay-chat / drc

Discord Relay Chat
https://discordrc.com
MIT License
18 stars 3 forks source link

Use context menus for message-targetable actions #13

Closed edfletcher closed 1 year ago

edfletcher commented 1 year ago

This could augment/replace all of the emoji-reaction action triggers, and has the secondary benefit of being much more discoverable to users (especially considering the current lackluster command help and documentation... #7, #12).

All credit for this idea and prototyping goes to @antishok! 🦸 Specifically, adding an "Is User Online?" option, and as I mentioned to them on the IRC channel the incoming changes I have in the works to resolve #8 include an added RPC method that is perfectly suited for this. So the timing couldn't be better! 👏 🚀

edfletcher commented 1 year ago

This could augment all of the emoji-reaction action triggers

Sadly this isn't true, as Discord limits the amount of context menus a single app can have to a paltry five (5)! 😦 But hey, it's so much better than nothing!

And I have an idea of how to add a bunch of more and then just allow configuration of which 5 to actually use (should even be possible to make this runtime configurable).... stay tuned