TypeError: channel?.isTextBased is not a function
File "/root/NodeBot/build/structures/Player.js", line 130, in Player.getTextChannel
if (!channel?.isTextBased())
File "/root/NodeBot/build/structures/MusicManager.js", line 136, in MusicManager.trackStart
(player.message = await (await player.getTextChannel())?.send({
File "/root/NodeBot/build/structures/MusicManager.js", line 30, in Player.<anonymous>
player.on('ready', async () => await this.trackStart(player));