Old Version: 0.6.1-private
New Features
Added "Logs" - A way to link your own code with a Discord channel. You can print normal and debug messages to Discord so you can monitor code without needing to have access to the box it is running on.
Added "Notify" - Create pretty embeds to alert people of changes or provide information.
Added "Data_JSON" - Convert data between JSON objects, Files, and Python Dictionaries easily.
Added "Data_SQL" - Convert data between JSON objects, Python Dictionaries, and SQL easily.
Added example code - See how all four modules interact and are used in a piece of code that is being used in Production.
Changes
Switched to a global versioning system to simplify package releases.