You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when ever i run /play I get thrown with an error:
TypeError: Cannot read properties of null (reading 'query'). I always see that its something with erela.js-deezer
TypeError: Cannot read properties of null (reading 'query')
at Deezer. (/home/runner/Laffey/node_modules/erela.js-deezer/dist/plugin.js:71:38)
at Generator.next ()
at /home/runner/Laffey/node_modules/erela.js-deezer/dist/plugin.js:8:71
at new Promise ()
at __awaiter (/home/runner/Laffey/node_modules/erela.js-deezer/dist/plugin.js:4:12)
at Deezer.search (/home/runner/Laffey/node_modules/erela.js-deezer/dist/plugin.js:70:16)
at laffeyPlayer.search (/home/runner/Laffey/node_modules/erela.js/dist/structures/Player.js:113:29)
at Object.execute (/home/runner/Laffey/src/commands/music/play.js:38:36)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
when ever i run /play I get thrown with an error:
TypeError: Cannot read properties of null (reading 'query'). I always see that its something with erela.js-deezer
TypeError: Cannot read properties of null (reading 'query')
at Deezer. (/home/runner/Laffey/node_modules/erela.js-deezer/dist/plugin.js:71:38)
at Generator.next ()
at /home/runner/Laffey/node_modules/erela.js-deezer/dist/plugin.js:8:71
at new Promise ()
at __awaiter (/home/runner/Laffey/node_modules/erela.js-deezer/dist/plugin.js:4:12)
at Deezer.search (/home/runner/Laffey/node_modules/erela.js-deezer/dist/plugin.js:70:16)
at laffeyPlayer.search (/home/runner/Laffey/node_modules/erela.js/dist/structures/Player.js:113:29)
at Object.execute (/home/runner/Laffey/src/commands/music/play.js:38:36)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered: