New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

chdp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chdp

Command Handler for Discord.Py

pipPyPI
Version
1.0
Maintainers
1

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

Keywords

discord

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts