Skip to main content

Command Handler for Discord.Py

Project description

CHDP

Command Handler for Discord.Py

⚠ 해당 프로젝트는 AGPL-3.0 License 입니다 ⚠

Download

$ pip install chdp

Use

  1. Create Main file and config.json and folder commands

  2. Fill config.json like below

{
  "token": "Your Token",
  "prefix": "Your Prefix"
}
  1. 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')
  1. 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

This version

1.0

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

chdp-1.0-py3-none-any.whl (19.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page