mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
8 lines
124 B
Python
8 lines
124 B
Python
from .streams import Streams
|
|
|
|
|
|
async def setup(bot):
|
|
cog = Streams(bot)
|
|
await cog.initialize()
|
|
bot.add_cog(cog)
|