discord-ext-menus-views icon indicating copy to clipboard operation
discord-ext-menus-views copied to clipboard

A simple layer over discord.ext.menus using the new discord.ui components in discord.py v2.0.

Results 2 discord-ext-menus-views issues
Sort by recently updated
recently updated
newest added

Hey 👋 when hybrid commands support?

Hello. help meto change emojis in buttons ![image](https://user-images.githubusercontent.com/52331802/128354727-46c55929-cf15-41b4-8c0a-dc7a6e0615d8.png) and change their order ```py class MySource(menus.ListPageSource): def __init__(self, data): super().__init__(data, per_page=20) async def format_page(self, menu, data): ctx = menu.ctx embed =...