A discord.py utility library.
Project description
dpy-utils
A discord.py utility library.
Warning
This is a very early alpha version. There might be some unknown issues.
Features
-
custom Context with additional features like
ctx.ask
-
patched
Bot
andAutoShardedBot
classes:- use custom Context
- automatically loads token and prefix from
.env
file - automatically loads cogs/extensions from
cogs/
(can be modified through thecogs_path
argument)
-
monkey_patch()
to overwritediscord.py
classes withdpy-utils
Installation
pip install dpy-utils
Usage
.env
TOKEN=token
PREFIX=?
bot.py
import os
import utils
from discord.ext import commands
utils.monkey_patch()
bot: utils.Bot = commands.Bot()
@bot.command()
async def test(ctx: utils.Context):
answer = await ctx.ask("Do you like dpy-utils?")
print(answer)
bot.run()
Requirements
- Python >= 3.6
- pydantic
- python-dotenv
- discord.py
Contributing and Issues
If you want to contribute or want to suggest additional features please use github issues.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dpy-utils-0.1.0.tar.gz
(16.9 kB
view hashes)
Built Distribution
dpy_utils-0.1.0-py3-none-any.whl
(17.7 kB
view hashes)
Close
Hashes for dpy_utils-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f01f3de1539c7f4302d6c2b1b2331a80796487b4dc4e726e55b8be91ec6220a |
|
MD5 | aa620ada2ae3409cb0e877f9e3e68b2d |
|
BLAKE2b-256 | 1f52b08871a2a2e485375f5cc61a8fb5c0c98c509f7c0d384f3bface2d575adb |