Warnings Fixes
This commit is contained in:
@@ -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--) {
|
||||
|
||||
Reference in New Issue
Block a user