Weeb-Devs / Laffey

An adorable lavalink discord music bot that has a lot of features inside it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot read property of null(reading 'query')

Discobotdevlolhehe opened this issue · comments

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)