diff --git a/redbot/cogs/streams/streams.py b/redbot/cogs/streams/streams.py index 9665b4755..0df950be3 100644 --- a/redbot/cogs/streams/streams.py +++ b/redbot/cogs/streams/streams.py @@ -320,6 +320,7 @@ class Streams(commands.Cog): @commands.group() @checks.mod() async def streamset(self, ctx: commands.Context): + """Set tokens for accessing streams.""" pass @streamset.command()