+ Swapped many commands to Slash - Full Reaction Roles support with public member access
0.5.2
Added
* More Permission Decorators
Fixes
* Corrected a typo in the in_channel permissions decorater
0.5.1
Added
* Allows Prefix to be set as a setting
Fixed
* Documents all settings in readme
0.5.0
Fixes
* Mostly internal changes - Logging is cleaned and documented - Permissions are moved into Decorators and consistent across all cogs (and can be used my others) - All app settings are properly sanitized and defaulted - Prefix and Access Denied reacc can be configured
0.4.0
Added
* Price Check Cog, PR 40 (ppfeufer)
Fixes
* Use the Django Application Registry instead of reading INSTALLED_APPS, ErikKalkoken