Skip to content

Commit

Permalink
Allow usage of [p]audioset logs in DMs (#6499)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen authored Dec 29, 2024
1 parent 679289f commit cd0e875
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redbot/cogs/audio/core/commands/audioset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit cd0e875

Please sign in to comment.