Metadata-Version: 2.1
Name: discordpy-bot-cli
Version: 5
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.

## Features

* Auto check-and-update. No manual updation.
* Variations in project making: .env and no .env file projects.
* Hosting: Git and Heroku, and Github and Heroku.
* Commands to simplify tasks.

## Installation

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

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

## Commands

This CLI has 4 commands.

`init`: Initializes a Discord bot project.

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

`deploy`: Deploys the bot (Use with Git and Heroku).

`wrap`: Creates a requirements file (Use with Github and Heroku).

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

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

