mirror of
https://gitlab.com/pancakes1234/wdiscordbotserver.git
synced 2025-06-16 07:14:21 -06:00
Refactor: Update moviepy import to improve compatibility and handle missing dependency
This commit is contained in:
parent
44ffe8fd2f
commit
02ad17037c
@ -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
0
cogs/fileshare.py
Normal file
Loading…
x
Reference in New Issue
Block a user