remove owner check

This commit is contained in:
nexy7574 2023-05-11 18:50:57 +01:00
parent 7f702a0215
commit ca5dda8431

View file

@ -1117,13 +1117,6 @@ class OtherCog(commands.Cog):
):
"""Downloads a video using youtube-dl"""
await ctx.defer()
if compress_if_possible and not await self.bot.is_owner(ctx.user):
return await ctx.edit(
embed=discord.Embed(
description="You can't compress files.",
color=discord.Color.red()
)
)
formats = await self.list_formats(url)
if list_formats:
embeds = []