Tomato6966 / Musicium

An advanced Discord Music Bot with a Dashboard, using distube.js.org having an interactive button & menu system and many features! Supported Features: Spotify • YouTube • SoundCloud • Live Stream • Audio Filtering • DJ Roles • Autoplay • Autoresume • Dashboard + Live Queue • ...
https://musicium.eu
GNU General Public License v2.0
296 stars 310 forks source link

Some errors when starting the bot #128

Closed BiskottoScriptato closed 2 years ago

BiskottoScriptato commented 2 years ago

When i start the bot there are some errors in the cmd: (node:8308) DeprecationWarning: DisTubeOptions.youtubeDL is deprecated, set it to false and use @distube/yt-dlp instead.

BiskottoScriptato commented 2 years ago

[antiCrash] :: Uncaught Exception/Catch (MONITOR) TypeError: OAuth2Strategy requires a clientID option at Strategy.OAuth2Strategy

ACGaming1508 commented 2 years ago

When i start the bot there are some errors in the cmd: (node:8308) DeprecationWarning: DisTubeOptions.youtubeDL is deprecated, set it to false and use @distube/yt-dlp instead.

As the error said, the youtubeDL option for Distube Client is deprecated. You just set it to false and use @distube/yt-dlp package instead(npm i @distube/yt-dlp)

BiskottoScriptato commented 2 years ago

When i start the bot there are some errors in the cmd: (node:8308) DeprecationWarning: DisTubeOptions.youtubeDL is deprecated, set it to false and use @distube/yt-dlp instead.

As the error said, the youtubeDL option for Distube Client is deprecated. You just set it to false and use @distube/yt-dlp package instead(npm i @distube/yt-dlp)

How do i do that