Warnings Fixes

This commit is contained in:
2025-12-06 23:43:32 +00:00
parent 59d39c9939
commit 3848bc8ee3
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import playdl, { YouTubeVideo } from 'play-dl';
import playdl, { type YouTubeVideo } from 'play-dl';
function shuffleArray(array: any[]) {
for (let i = array.length - 1; i > 0; i--) {