mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 18:32:32 -05:00
Clearer / fixed typo in set prefix docstring
This commit is contained in:
@@ -73,7 +73,7 @@ class Streams:
|
||||
async def streamalert(self, ctx):
|
||||
"""Adds/removes stream alerts from the current channel"""
|
||||
if ctx.invoked_subcommand is None:
|
||||
await self.bot.say("Type help streamalert for info.")
|
||||
await send_cmd_help(ctx)
|
||||
|
||||
@streamalert.command(name="twitch", pass_context=True)
|
||||
async def twitch_alert(self, ctx, stream: str):
|
||||
|
||||
Reference in New Issue
Block a user