Skip to content

Commit

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

@_twitch.command(name="channel")
Expand Down

0 comments on commit ef6a2ee

Please sign in to comment.