dpymenus icon indicating copy to clipboard operation
dpymenus copied to clipboard

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

Open RaymondLWong opened this issue 4 years ago • 0 comments

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

RaymondLWong avatar Jul 01 '21 09:07 RaymondLWong