[V3 Streams] Improve command responses and help, rename modules (#1194)

* Command response improvements for streams

Fix #1182

Fix #1183

Various other command response improvements

* Rename main to streams, streams to streamtypes

* Raise errors for communities
This commit is contained in:
Tobotimus
2017-12-18 14:56:17 +11:00
committed by palmtree5
parent 103f79eca5
commit 76ae62cb84
4 changed files with 825 additions and 774 deletions

View File

@@ -1,4 +1,4 @@
from .main import Streams
from .streams import Streams
def setup(bot):