V12
This commit is contained in:
parent
c1675839da
commit
e6bef456ac
@ -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
|
||||
|
||||
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user