[V3] Add support for removing instances (#1270)

* [V3 Instance Setup] add a way of removing instances

* [V3 Launcher] add instance removal support to the launcher
This commit is contained in:
palmtree5
2018-01-28 18:56:28 -09:00
committed by Kowlin
parent de3a057e6e
commit 0c85e0fe22
3 changed files with 110 additions and 9 deletions

View File

@@ -108,7 +108,7 @@ setup(
entry_points={
'console_scripts': [
'redbot=redbot.__main__:main',
'redbot-setup=redbot.setup:basic_setup',
'redbot-setup=redbot.setup:main',
'redbot-launcher=redbot.launcher:main'
]
},