From b109e93cb248ed602a3d12447bcd8028d697cb7e Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Mon, 30 Oct 2023 18:33:46 +0000 Subject: [PATCH] Fix other.py failing to load --- cogs/other.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/cogs/other.py b/cogs/other.py index b4f04dc..417d736 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -871,12 +871,7 @@ class OtherCog(commands.Cog): default="" ) = "", extract_audio: bool = False, - cookies_txt: discord.Option( - name="cookies.txt", - description="Your cookies.txt file.", - type=discord.Attachment, - default=None - ) + cookies_txt: discord.Attachment = None ): """Downloads a video using youtube-dl""" cookies = io.StringIO()