Skip to content

Commit

Permalink
format with black I forgot before
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCos17 committed Dec 3, 2024
1 parent ef6a2ee commit a563946
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions redbot/cogs/streams/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ async def _twitch(
discord.TextChannel, discord.VoiceChannel, discord.StageChannel
] = commands.CurrentChannel,
):
"""Manage Twitch stream notifications.
Do not use the format 'discord_channel = name'.
"""Manage Twitch stream notifications.
Do not use the format 'discord_channel = name' only enter the channel name eg #twitch or the channel id.
"""
await ctx.invoke(self.twitch_alert_channel, channel_name, discord_channel)

Expand All @@ -336,8 +336,8 @@ async def twitch_alert_channel(
"""
Toggle alerts for a Twitch stream in this or the specified Discord channel.
Note: Provide the Twitch channel name or ID directly.
Do not use the format 'discord_channel = name'.
Note: Provide the Twitch channel name or ID directly.
Do not use the format 'discord_channel = name'only enter the channel name eg #twitch or the channel id.
"""
if re.fullmatch(r"<#\d+>", channel_name):
await ctx.send(
Expand Down

0 comments on commit a563946

Please sign in to comment.