[V3 Core Commands] Refactor some commands for testing/RPC (#1691)

* Extract load/unload/reload

* Add a few more commands

* Refactor load/unload signature

* Add invite URL and version info

* Black fixes

* Split the incoming cog names in reload correctly

* Reformat

* Remove meta.bot
This commit is contained in:
Will
2018-06-01 20:49:59 -04:00
committed by Tobotimus
parent d47d12e961
commit 864b6d313e
3 changed files with 225 additions and 139 deletions

5
redbot/meta.py Normal file
View File

@@ -0,0 +1,5 @@
"""
This module will contain various attributes useful for testing and cog development.
"""
testing = False