Metadata-Version: 2.1
Name: nextcord-ext-menus
Version: 1.5.1
Summary: An extension module to make reaction based menus with nextcord
Home-page: https://github.com/nextcord/nextcord-ext-menus
Author: Nextcord Developers
License: MIT
Project-URL: Bug Tracker, https://github.com/nextcord/nextcord-ext-menus/issues
Platform: UNKNOWN
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
Provides-Extra: docs
License-File: LICENSE

# 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://nextcord-ext-menus.readthedocs.io)

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://nextcord-ext-menus.readthedocs.io/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)


