cookieXL

Untitled

Sep 5th, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. Bot has started at Saturday, Sep 5, 2020, 4:20:37 PM
  2. ? Calling `ytdl.getInfo` with a callback will be removed in a near future release. Use async/await.
  3. ?
  4. ? `info.title` will be removed in a near future release, use `info.videoDetails.title` instead.
  5. ?
  6. ? `info.length_seconds` will be removed in a near future release, use `info.videoDetails.lengthSeconds` instead.
  7. ?
  8. ? (node:75508) UnhandledPromiseRejectionWarning: Error: Error: Cannot find module '@discordjs/opus'
  9. ? Require stack:
  10. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\prism-media\src\util\loader.js
  11. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\prism-media\src\opus\Opus.js
  12. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\prism-media\src\opus\index.js
  13. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\prism-media\src\index.js
  14. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\client\voice\player\BasePlayer.js
  15. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\client\voice\player\BroadcastAudioPlayer.js
  16. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\client\voice\VoiceBroadcast.js
  17. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\client\voice\ClientVoiceManager.js
  18. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\client\Client.js
  19. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\index.js
  20. ? - D:\PTSDBot\PTSD Guild Bot\bot.js
  21. ? Error: Cannot find module 'node-opus'
  22. ? Require stack:
  23. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\prism-media\src\util\loader.js
  24. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\prism-media\src\opus\Opus.js
  25. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\prism-media\src\opus\index.js
  26. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\prism-media\src\index.js
  27. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\client\voice\player\BasePlayer.js
  28. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\client\voice\player\BroadcastAudioPlayer.js
  29. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\client\voice\VoiceBroadcast.js
  30. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\client\voice\ClientVoiceManager.js
  31. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\client\Client.js
  32. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\index.js
  33. ? - D:\PTSDBot\PTSD Guild Bot\bot.js
  34. ? Error: Cannot find module 'opusscript'
  35. ? Require stack:
  36. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\prism-media\src\util\loader.js
  37. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\prism-media\src\opus\Opus.js
  38. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\prism-media\src\opus\index.js
  39. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\prism-media\src\index.js
  40. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\client\voice\player\BasePlayer.js
  41. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\client\voice\player\BroadcastAudioPlayer.js
  42. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\client\voice\VoiceBroadcast.js
  43. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\client\voice\ClientVoiceManager.js
  44. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\client\Client.js
  45. ? - D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\index.js
  46. ? - D:\PTSDBot\PTSD Guild Bot\bot.js
  47. ? at Object.loader [as require] (D:\PTSDBot\PTSD Guild Bot\node_modules\prism-media\src\util\loader.js:12:9)
  48. ? at loadOpus (D:\PTSDBot\PTSD Guild Bot\node_modules\prism-media\src\opus\Opus.js:17:17)
  49. ? at new OpusStream (D:\PTSDBot\PTSD Guild Bot\node_modules\prism-media\src\opus\Opus.js:46:10)
  50. ? at new Encoder (D:\PTSDBot\PTSD Guild Bot\node_modules\prism-media\src\opus\Opus.js:135:5)
  51. ? at AudioPlayer.playPCMStream (D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\client\voice\player\BasePlayer.js:58:34)
  52. ? at AudioPlayer.playUnknown (D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\client\voice\player\BasePlayer.js:53:17)
  53. ? at VoiceConnection.play (D:\PTSDBot\PTSD Guild Bot\node_modules\discord.js\src\client\voice\util\PlayInterface.js:71:28)
  54. ? at Object.Audio.playYt (D:\PTSDBot\PTSD Guild Bot\bot.js:1529:46)
  55. ? at Object.DBM.Audio.playItem (D:\PTSDBot\PTSD Guild Bot\actions\aaa_dbmmods_dependencies_MOD.js:354:34)
  56. ? at Object.DBM.Audio.playNext (D:\PTSDBot\PTSD Guild Bot\actions\aaa_dbmmods_dependencies_MOD.js:325:18)
  57. ?
  58. ? (node:75508) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
  59. ? (node:75508) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Add Comment
Please, Sign In to add comment