From 06b87368f60ba7427b215e6e27429a5e5de97371 Mon Sep 17 00:00:00 2001 From: Draper <27962761+Drapersniper@users.noreply.github.com> Date: Wed, 28 Oct 2020 17:55:00 +0000 Subject: [PATCH] [Audio] Allow LLSET in DMs (#4562) --- redbot/cogs/audio/core/commands/llset.py | 1 - 1 file changed, 1 deletion(-) diff --git a/redbot/cogs/audio/core/commands/llset.py b/redbot/cogs/audio/core/commands/llset.py index 72102b2e2..8f4243995 100644 --- a/redbot/cogs/audio/core/commands/llset.py +++ b/redbot/cogs/audio/core/commands/llset.py @@ -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."""