From 2645f33940f8a4cf0018e0521a62da534bd129d2 Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Wed, 12 Feb 2025 19:04:15 -0500 Subject: [PATCH] fix: reload all util modules --- constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constants.py b/constants.py index a8d7dc0..362735d 100644 --- a/constants.py +++ b/constants.py @@ -45,6 +45,8 @@ RELOADABLE_MODULES = [ "sponsorblock", "tasks", "utils", + "utils.common", + "utils.discord", "voice", "yt_dlp", "yt_dlp.version",