Metadata-Version: 2.1
Name: dpytools
Version: 0.0.11a4
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
Toolset to speed up developing discord bots using discord.py

<hr>

## Status of the project

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

## Components
### menus
#### arrows
Displays a menu made from passed Embeds with navigation by reaction.
#### confirm 
Returns the user reaction to confirm or deny a passed message.

### embeds
#### paginate_to_embeds
Paginates a long text into a list of embeds.

### parsers
#### parse_time
Parses strings with the format "2h15m" to a timedelta object.

### owner_cog
Cog with different command useful for the owner of the bot
#### Commands
##### cogs 
lists, loads, unloads and reloads cogs in bulk or individually

### checks
#### admin_or_roles
Check if command user is an admin or has any of passed roles
#### only_this_guild
Check that limits the command to a specific guild.

<hr>

# Contributing
Feel free to make a pull request.
