Metadata-Version: 2.1
Name: botcli
Version: 0.1.0
Summary: A cli for generating a discord.py bot structure
Home-page: https://github.com/combogangreal/BotCli
Author: Combo Gang
Author-email: contact@combogang.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.md

![HeaderImage](./images/header.png)
# BotCli
![Discord](https://img.shields.io/discord/1146327551334174780) ![PyPI - Version](https://img.shields.io/pypi/v/botcli)
Bot Cli is a [discord.py](https://github.com/Rapptz/discord.py) project generator for a structure that I prefer. 

# Prerequisites
- [Python 3.8+](https://www.python.org/downloads/)
- [Docker](https://www.docker.com/) (Optional)
- [A Brain](https://en.wikipedia.org/wiki/Brain) (Optional)
  
# Installation
1. Install the package with [pip](https://pip.pypa.io/en/stable) 
```bash
pip install botcli
```

# Usage
Simply just run 
```
makebot
```
and follow the prompts provided

# Support
Join the [TND Discord Server](https://discord.gg/GqdWT74Qwx)

# Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

# License
This project is under the [MIT License](https://opensource.org/license/MIT)
