Metadata-Version: 2.1
Name: dpytools
Version: 0.0.4a0
Summary: Simple tools to build discord bots using discord.py
Home-page: https://github.com/chrisdewa/dpytools
License: MIT
Keywords: discord,discord.py,discord bot
Author: chrisdewa
Author-email: alexdewa@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/chrisdewa/dpytools
Description-Content-Type: text/markdown

# dpytools
A simple set of tools to make coding discord bot's faster.

<hr>

## Status of the project

Early development. As such its expected to be unstable and unsuited for production.

## Components

**Module** | **Functions** | **Notes**
--- | --- | --- 
menus | arrows  | Dispays a menu made from passed Embeds with navigation by reaction.
.| confirm | Returns the user reaction to confirm or deny a passed message.
More to come... |

<hr>

# Contributing
Feel free to make a pull request.
