From a8d69e079da4e4cd82a95dac62eb80b8d1cb37d7 Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Sun, 19 Jan 2025 04:44:00 -0500 Subject: [PATCH] refactor: allow reloading yt_dlp --- constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constants.py b/constants.py index a9b29b7..5a1e3eb 100644 --- a/constants.py +++ b/constants.py @@ -40,6 +40,8 @@ RELOADABLE_MODULES = [ "utils", "voice", "youtubedl", + "yt_dlp", + "yt_dlp.version", ] PUBLIC_FLAGS = { 1: "Discord Employee",