Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 560 Bytes

README.rst

File metadata and controls

29 lines (16 loc) · 560 Bytes

Ditto

Ditto is a discord bot framework using the discord.py library and Donphan ORM.

Getting Started

Python 3.6.2 or higher is required

Ensure you have pipenv installed.

python -m pip install pipenv

you can then setup the environment using:

pipenv install

Ensure you create a config.yml with the required properties.

The bot can be launched using

pipenv run start