Refactor: Update moviepy import to improve compatibility and handle missing dependency

This commit is contained in:
pancakes-proxy 2025-05-20 08:13:43 +09:00
parent 44ffe8fd2f
commit 02ad17037c
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import os
from pydub import AudioSegment
try:
import moviepy.editor as mp
import moviepy as mp
except ImportError:
print("moviepy is NOT installed in this environment")

0
cogs/fileshare.py Normal file
View File