dpymenus
dpymenus copied to clipboard
Allow passing `mention_author=bool, reference=Message` to `ButtonMenu.open()`
If I want to Reply to a message I need to pass Message object to await context.send('some text', mention_author=False, reference=message), and to disable the ping, use mention_author. Currently this isn't available to ButtonMenu.open()