[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

View File

@@ -14,6 +14,7 @@ from redbot.core.cli import interactive_config, confirm, parse_cli_flags, ask_se
from redbot.core.core_commands import Core
from redbot.core.dev_commands import Dev
from redbot.core import rpc, __version__
import redbot.meta
import asyncio
import logging.handlers
import logging