[Streams] Add help for streamset (#2287)

This commit is contained in:
aikaterna 2018-11-05 15:26:55 -08:00 committed by Toby Harradine
parent d0fca373ba
commit 7f3a0b8a88

View File

@ -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()