From cd0e8750c12a29690837937d989da26375f41ce5 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Sun, 29 Dec 2024 01:48:24 +0100 Subject: [PATCH] Allow usage of `[p]audioset logs` in DMs (#6499) --- redbot/cogs/audio/core/commands/audioset.py | 1 - 1 file changed, 1 deletion(-) diff --git a/redbot/cogs/audio/core/commands/audioset.py b/redbot/cogs/audio/core/commands/audioset.py index f3dfb0837d6..0e332378bf5 100644 --- a/redbot/cogs/audio/core/commands/audioset.py +++ b/redbot/cogs/audio/core/commands/audioset.py @@ -1168,7 +1168,6 @@ async def command_audioset_settings(self, ctx: commands.Context): @command_audioset.command(name="logs") @commands.is_owner() - @commands.guild_only() @has_managed_server() async def command_audioset_logs(self, ctx: commands.Context): """Sends the managed Lavalink node logs to your DMs."""