Allow usage of [p]audioset logs in DMs (#6499)

This commit is contained in:
Jakub Kuczys 2024-12-29 01:48:24 +01:00 committed by GitHub
parent 679289fd1c
commit cd0e8750c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1168,7 +1168,6 @@ class AudioSetCommands(MixinMeta, metaclass=CompositeMetaClass):
@command_audioset.command(name="logs") @command_audioset.command(name="logs")
@commands.is_owner() @commands.is_owner()
@commands.guild_only()
@has_managed_server() @has_managed_server()
async def command_audioset_logs(self, ctx: commands.Context): async def command_audioset_logs(self, ctx: commands.Context):
"""Sends the managed Lavalink node logs to your DMs.""" """Sends the managed Lavalink node logs to your DMs."""