nextcord / nextcord-ext-menus

A nextcord menu and pagination extension that makes working with reaction menus and button component menus a bit easier
https://menus.docs.nextcord.dev
MIT License
26 stars 9 forks source link
asyncio discord hacktoberfest nextcord python

nextcord-ext-menus

Discord server invite PyPI version info PyPI supported Python versions Nextcord-ext-menus Documentation

A Nextcord extension that makes working with reaction menus and button component menus a bit easier.

embed buttons example

Installing

Requirements

Python 3.8 or higher is required

It is necessary to first install Nextcord

Then install the extension by running one of the following commands:

# Linux/macOS
python3 -m pip install -U nextcord-ext-menus

# Windows
py -3 -m pip install -U nextcord-ext-menus

Links

License

Copyright (c) 2021 The Nextcord Developers
Copyright (c) 2020-2021 Danny Y. (Rapptz)