Metadata-Version: 2.1
Name: botipy
Version: 0.3.0
Summary: Template for discord.py bots
Author: Pang Hua Yen
Author-email: <panghua.yen@gmail.com>
Keywords: python,discord,bot,discord.py,discord bot
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: virtualenv
Requires-Dist: discord
Requires-Dist: flask
Requires-Dist: gunicorn
Requires-Dist: python-dotenv


## How to install

pip install botipy

## Commands

botipy -h

- General usage guide

botipy start PROJECT_NAME 

- Build your discord.py bot project with the given name.
