Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nextcord/nextcord-ext-menus

A nextcord menu and pagination extension that makes working with reaction menus and button component menus a bit easier
https://github.com/nextcord/nextcord-ext-menus

asyncio discord hacktoberfest nextcord python

Last synced: 3 months ago
JSON representation

A nextcord menu and pagination extension that makes working with reaction menus and button component menus a bit easier

Awesome Lists containing this project

README

        

# nextcord-ext-menus

[![Discord server invite](https://img.shields.io/discord/881118111967883295?color=blue&label=discord)](https://discord.gg/ZebatWssCB)
[![PyPI version info](https://img.shields.io/pypi/v/nextcord-ext-menus.svg)](https://pypi.python.org/pypi/nextcord-ext-menus)
[![PyPI supported Python versions](https://img.shields.io/pypi/pyversions/nextcord.svg)](https://pypi.python.org/pypi/nextcord)
[![Nextcord-ext-menus Documentation](https://img.shields.io/readthedocs/nextcord-ext-menus.svg)](https://menus.docs.nextcord.dev)

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

![embed buttons example](https://user-images.githubusercontent.com/20955511/139876561-d30fe623-3352-45b0-8bea-e1b7eefa1cc7.gif)

## Installing

### Requirements

**Python 3.8 or higher is required**

It is necessary to first install [Nextcord](https://github.com/nextcord/nextcord)

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

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

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

## Links

- [Documentation](https://menus.docs.nextcord.dev/en/latest/)
- [Usage Examples](https://github.com/nextcord/nextcord-ext-menus/tree/master/examples)
- [Official Discord server](https://discord.gg/ZebatWssCB)

## License

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