test: Create command for ffmpeg

This commit is contained in:
GiovaniFZ 2024-10-19 14:45:07 -03:00
parent 605a2487b3
commit 34ff8d4e3f
No known key found for this signature in database
GPG key ID: 63DD92181B575322
2 changed files with 38 additions and 2 deletions

View file

@ -99,8 +99,6 @@ module.exports = (bot) => {
},
);
if(fs.existsSync)
if (fs.existsSync(mp4File)) {
const message = strings.ytUploadDesc
.replace("{userId}", userId)