mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
[Audio] Allow LLSET in DMs (#4562)
This commit is contained in:
parent
af65b73fb2
commit
06b87368f6
@ -17,7 +17,6 @@ _ = Translator("Audio", Path(__file__))
|
|||||||
class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
|
class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
|
||||||
@commands.group(name="llsetup", aliases=["llset"])
|
@commands.group(name="llsetup", aliases=["llset"])
|
||||||
@commands.is_owner()
|
@commands.is_owner()
|
||||||
@commands.guild_only()
|
|
||||||
@commands.bot_has_permissions(embed_links=True)
|
@commands.bot_has_permissions(embed_links=True)
|
||||||
async def command_llsetup(self, ctx: commands.Context):
|
async def command_llsetup(self, ctx: commands.Context):
|
||||||
"""Lavalink server configuration options."""
|
"""Lavalink server configuration options."""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user