From 7f3a0b8a88d0457d6e927d9c5fe5f50a6721729f Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Mon, 5 Nov 2018 15:26:55 -0800 Subject: [PATCH] [Streams] Add help for streamset (#2287) --- redbot/cogs/streams/streams.py | 1 + 1 file changed, 1 insertion(+) 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()