Results 11 comments of Rob

I'll take a look this weekend and see what I can do!

Official button support will be available on the `next` branch soon. I will ping you on this issue when it's available. Note that it won't stabilize until discord.py 2.0 is...

You can use `.set_destination(x)` on your menu object and pass in a User, Member, or Context object. Take a look at [this example](https://github.com/robertwayne/dpymenus/blob/master/examples/paginated_menu_example.py) in the commented code at the bottom...

I'm going to close this as it is getting old. If this wasn't what you needed, you can reopen and I'll help you get it going! :)

You can use it on any of the menu types. Generally though, it's going to look like this: ```python menu = PaginatedMenu(ctx) menu.set_destination(ctx.author) # this would DM the user, and...

I'm good with this. I'll accept a PR if you're interested. If not, I'll take a look when I can. :)

This is available in v3.2.0 now.

I've been thinking about this. I'm primarily concerned with complexity, so I definitely want to be thoughtful about the implementation. A oneshot channel certainly seems like it might be the...

Addressed with #21 and the v0.6 release.

I'm okay with this. I think reducing the boilerplate is worth the additional complexity and I'm willing to maintain it long-term. It fits within the spirit of the library. Are...