Rapptz / discord-ext-menus

MIT License
234 stars 87 forks source link

Enable user message input to be handled #11

Closed olifog closed 4 years ago

olifog commented 4 years ago

This adds the ability for users to send a message as text input in a menu, useful for settings menus etc.

Rapptz commented 4 years ago

This isn't really what the core Menu class is for, the entire thing is built upon the concept of reactions not really messages so adding that in there is just bolted on.

olifog commented 4 years ago

Oh okay! :)