Metadata-Version: 2.1
Name: discordpy-bot-cli
Version: 1.0.1
Summary: CLI for helping in making Discord bots easily
Home-page: UNKNOWN
Author: Areen Rath
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# discord.py-bot-cli

discord.py-cli is a CLI that helps in making Discord bots easily. It is used with discord.py and can be installed with PIP.

## Installation

To install discord.py-bot-cli use this command in terminal:

```shell
pip install discord.py-bot-cli
```

## Commands

This CLI has 2 commands.

`init`: Initializes a Discord bot project.

`cog`: Creates a cog file and adds setup.

And to use these, type `dcpy` followed by command.

To know more about commands and options, do `dcpy --help`.

