Tobotimus 76ae62cb84 [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
2017-12-17 18:56:17 -09:00

6 lines
77 B
Python

from .streams import Streams
def setup(bot):
bot.add_cog(Streams(bot))