[Docs] Streams user guide (#4521)

* Start on streams user guide

* Finish up streams guide

* Fix a typo in the doc page

* Fix the SAME typo in the relevant command's docstring while we're here

Co-authored-by: palmtree5 <palmtree5+3577255@users.noreply.github.com>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
palmtree5
2020-11-27 09:52:56 -09:00
committed by GitHub
parent da8705fb8f
commit 04cb1befe6
3 changed files with 555 additions and 1 deletions

View File

@@ -523,7 +523,7 @@ class Streams(commands.Cog):
@streamset.group()
@commands.guild_only()
async def message(self, ctx: commands.Context):
"""Manage custom message for stream alerts."""
"""Manage custom messages for stream alerts."""
pass
@message.command(name="mention")