mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
* 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
6 lines
77 B
Python
6 lines
77 B
Python
from .streams import Streams
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Streams(bot))
|