Change to @distube/ytdl-core

This commit is contained in:
lilyissillyyy
2025-09-14 19:58:02 -04:00
parent 9cc7d89d59
commit 13ada8bb31
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
const Command = require('../../framework/Command');
const { EmbedBuilder, PermissionFlagsBits } = require('discord.js');
const request = require('node-superfetch');
const ytdl = require('ytdl-core');
const ytdl = require('@distube/ytdl-core');
const { shorten, verify } = require('../../util/Util');
const logos = require('../../assets/json/logos');
const { GOOGLE_KEY } = process.env;