mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
* Update streams.py * Update streams * Changelog. * Adress Trusty's review Co-authored-by: Michael H <michael@michaelhall.tech>
7 lines
91 B
Python
7 lines
91 B
Python
from .streams import Streams
|
|
|
|
|
|
def setup(bot):
|
|
cog = Streams(bot)
|
|
bot.add_cog(cog)
|