robertwayne / dpymenus

Simplified menus for discord.py developers.
https://dpymenus.com/
MIT License
26 stars 4 forks source link

Allow passing `mention_author=bool, reference=Message` to `ButtonMenu.open()` #64

Open RaymondLWong opened 3 years ago

RaymondLWong commented 3 years ago

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()