Add database

This commit is contained in:
Myx
2024-05-12 19:44:36 +02:00
parent 99b1ee39df
commit 1d6f9c3fb2
23 changed files with 112 additions and 67 deletions

View File

@@ -3,7 +3,7 @@ import path from 'path';
import ytdl from 'ytdl-core';
import * as fileSystem from 'fs';
import ffmpeg from 'fluent-ffmpeg';
import { generateFileName } from '../../helpers/generate-file-name';
import { generateFileName } from '../../helpers/generateFileName';
/**
* Uploads a YouTube video as an mp3 file to the sounds folder.