From ddf559773b8bd45e3886138b7d24e0ff20b617ad Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Wed, 24 Jan 2024 21:24:01 +0000 Subject: [PATCH] Forgot to import subprocess --- src/cogs/ytdl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cogs/ytdl.py b/src/cogs/ytdl.py index 74f7b69..92ac0e7 100644 --- a/src/cogs/ytdl.py +++ b/src/cogs/ytdl.py @@ -4,6 +4,7 @@ import hashlib import logging import tempfile import textwrap +import subprocess import typing from pathlib import Path from urllib.parse import urlparse