Discord Database
A CRUD (Create Read Update Delete) database for python Discord bot developers. All data is stored in key-value pairs directly on discord in the form of text messages, in the text channel that you specify.
Installation
pip3 install DiscordDatabase
Getting Started
TBA