From ca5dda843165cda259fc522134fa5a3830eba840 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Thu, 11 May 2023 18:50:57 +0100 Subject: [PATCH] remove owner check --- cogs/other.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cogs/other.py b/cogs/other.py index 03872a9..b2aecb9 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -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 = []