diff --git a/bot/bot.log b/bot/bot.log index b68a5f3..2a7836b 100644 --- a/bot/bot.log +++ b/bot/bot.log @@ -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 diff --git a/bot/index.js b/bot/index.js index 5b094c3..013c912 100644 --- a/bot/index.js +++ b/bot/index.js @@ -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();