This commit is contained in:
Flatlogic Bot 2026-02-16 10:02:55 +00:00
parent c1675839da
commit e6bef456ac
2 changed files with 3 additions and 0 deletions

View File

@ -825,3 +825,4 @@ DisTubeError [INVALID_KEY]: 'searchSongs' does not need to be provided in DisTub
[2026-02-16T09:51:25.186Z] Ready! Logged in as AsepXiaoQin#6954
[2026-02-16T09:51:25.186Z] FFMPEG Path: /home/ubuntu/executor/workspace/bot/node_modules/ffmpeg-static/ffmpeg
[2026-02-16T09:51:26.198Z] Alarm scheduled at 30 3 * * *
[2026-02-16T09:53:28.554Z] Uncaught Exception: Unexpected token 'D', "Deprecated"... is not valid JSON

View File

@ -47,6 +47,7 @@ try {
}
const distube = new DisTube(client, {
ffmpegPath: require('ffmpeg-static'),
plugins: [
new SpotifyPlugin(),
new SoundCloudPlugin(),
@ -82,6 +83,7 @@ async function playLocalIndependent(channel) {
channelId: channel.id,
guildId: channel.guild.id,
adapterCreator: channel.guild.voiceAdapterCreator,
selfDeaf: false,
});
const player = createAudioPlayer();