mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
autohelp changes. (#1836)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user