mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
* Streamalert list shows each platform the channels were added on * Added argument to specify the discord channel where stream alerts appear * Fixed styling * Changed discord_channel type to discord.TextChannel * Changed join to humanize_list to display the streams list, split the message concatenation into two lines for better readability * Allow specifying discord channel for picarto and hitbox, fix style for youtube and twitch * Since token_name from streamtypes can be None on Picarto and Hitbox, I added an attribute to the Stream class to hold the platform name * Message now tells the user that the stream alert was disabled only for the specified channel. * Address review * fix style * Consistency! Sort of... Co-authored-by: douglas-cpp <douglasc.dev@gmail.com> Co-authored-by: Douglas <douglas.carvalho@edu.unipar.br>