[Audio] Allow LLSET in DMs (#4562)

This commit is contained in:
Draper
2020-10-28 17:55:00 +00:00
committed by GitHub
parent af65b73fb2
commit 06b87368f6

View File

@@ -17,7 +17,6 @@ _ = Translator("Audio", Path(__file__))
class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
@commands.group(name="llsetup", aliases=["llset"])
@commands.is_owner()
@commands.guild_only()
@commands.bot_has_permissions(embed_links=True)
async def command_llsetup(self, ctx: commands.Context):
"""Lavalink server configuration options."""