mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
* chore Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com> * Pre-tests Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com> * *sigh* Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com> * Streams + black formatting Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com> * *sigh* lets not spam the logs shall we Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com> * lets be extra sure Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com> * chore Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com> * [Streams] Fix Twitch token for streamalert (#2) * [Streams] Fix Twitch token for streamalert * [Streams] Fix Twitch token for streamalert Co-authored-by: PredaaA <46051820+PredaaA@users.noreply.github.com>
7 lines
97 B
Python
7 lines
97 B
Python
from .streams import Streams
|
|
|
|
|
|
async def setup(bot):
|
|
cog = Streams(bot)
|
|
bot.add_cog(cog)
|