Metadata-Version: 2.1
Name: enhanced
Version: 3.0.0
Summary: Enhanced interactions for interactions.py
Home-page: https://github.com/interactions-py/enhanced
Author: Toricane
Author-email: prjwl028@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# enhanced

![enhanced banner](./src/enhanced_wide.png)

[![Discord](https://img.shields.io/discord/924871439776108544?color=blue&label=discord&style=for-the-badge)](https://discord.gg/Y78bpT5aNv) [![PyPI - Downloads](https://img.shields.io/pypi/dm/enhanced?color=blue&style=for-the-badge)](https://pypi.org/project/enhanced/)

Enhanced interactions for interactions.py

Join the [Discord server](https://discord.gg/Y78bpT5aNv) to ask questions, get help, or to discuss the project!

## Installation

```bash
pip install -U enhanced
```

## Table of Contents

- [Installation](#installation)
- [Table of Contents](#table-of-contents)
- [What is this library?](#what-is-this-library)
- [Guide](#guide)
- [Documentation](#documentation)

## What is this library?

This is `enhanced`, a library for `interactions.py` which modifies interactions, and adds useful helper functions.

## Guide

- [Home](https://github.com/interactions-py/enhanced/wiki)
- [Subcommands](https://github.com/interactions-py/enhanced/wiki/Subcommands)
- [Enhanced commands](https://github.com/interactions-py/enhanced/wiki/Better-commands)
- [Enhanced components](https://github.com/interactions-py/enhanced/wiki/Better-components)
- [Enhanced callbacks](https://github.com/interactions-py/enhanced/wiki/Better-callbacks)
- [Cooldown](https://github.com/interactions-py/enhanced/wiki/Cooldown)

## Documentation

[![API Reference](https://img.shields.io/badge/API-Reference-blue.svg)](https://github.com/interactions-py/enhanced/wiki/API-Reference)


