autohelp changes. (#1836)

This commit is contained in:
Michael H
2018-07-11 19:23:18 -04:00
committed by Kowlin
parent 43cc3c40f3
commit 1c2196f78f
19 changed files with 38 additions and 38 deletions

View File

@@ -166,7 +166,7 @@ class Audio:
await message_channel.send(embed=embed)
await player.skip()
@commands.group(autohelp=True)
@commands.group()
@commands.guild_only()
async def audioset(self, ctx):
"""Music configuration options."""
@@ -657,7 +657,7 @@ class Audio:
await player.play()
await ctx.send(embed=embed)
@commands.group(autohelp=True)
@commands.group()
@commands.guild_only()
async def playlist(self, ctx):
"""Playlist configuration options."""
@@ -1622,7 +1622,7 @@ class Audio:
embed.set_footer(text="Nothing playing.")
await ctx.send(embed=embed)
@commands.group(aliases=["llset"], autohelp=True)
@commands.group(aliases=["llset"])
@commands.guild_only()
@checks.is_owner()
async def llsetup(self, ctx):