Command Handler for Discord.Py
Project description
CHDP
Command Handler for Discord.Py
⚠ 해당 프로젝트는 AGPL-3.0 License 입니다 ⚠
Download
$ pip install chdp
Use
-
Create Main file and config.json and folder commands
-
Fill config.json like below
{
"token": "Your Token",
"prefix": "Your Prefix"
}
- create a file in folder commands and fill it like below
class Command:
name = 'ping'
async def run(self, client, message, ext): await message.channel.send('pong')
- Run the Main file
Contribute
Find a bug and tell it on the Issue tab or to ! Tim23#9999 on discord
You can also Pull a request
Log
1.0 Initial Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
chdp-1.0-py3-none-any.whl
(19.5 kB
view details)
File details
Details for the file chdp-1.0-py3-none-any.whl.
File metadata
- Download URL: chdp-1.0-py3-none-any.whl
- Upload date:
- Size: 19.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
530672a28ab09033886e56e0065aa729ca699fe4795d4b112b3cf4a8b3524730
|
|
| MD5 |
63b78ec3b9a3b1cccddaf8505381e339
|
|
| BLAKE2b-256 |
7bec0d523c447bb32d8ca710aeb4c265a8dc18c6dd5d60fea33bd5f9bac3b9db
|