Metadata-Version: 2.1
Name: pycord-ext-menus
Version: 1.0.0
Summary: An extension module to make reaction and button component menus with pycord
Home-page: https://github.com/PranoyMajumdar/pycord-ext-menus
Author: Pranoy#0140
License: Apache License
Project-URL: Bug Tracker, https://github.com/PranoyMajumdar/pycord-ext-menus
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
Provides-Extra: docs
License-File: LICENSE

# pycord-ext-menus

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

A Pycord 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 [pycord](https://github.com/pycord)

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

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

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

<!-- ## Links

- [Documentation](https://pycord-ext-menus.readthedocs.io/en/latest/)
- [Usage Examples](https://github.com/pycord/pycord-ext-menus/tree/master/examples)
- [Official Discord server](https://discord.gg/ZebatWssCB) -->

## License

Copyright (c) 2021 Pranoy#0140

-----------

## Creadits
This is the fork of nextcord-ext-menus.
