Closed BiskottoScriptato closed 2 years ago
[antiCrash] :: Uncaught Exception/Catch (MONITOR) TypeError: OAuth2Strategy requires a clientID option at Strategy.OAuth2Strategy
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
)
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
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.