this.player
.on("start", () => {
this.current = this.queue.shift();
if (this.textChannel) this.textChannel.send(util.embed().setcolor (message.guild.me.display.HexColor).setDescription(`πΆ | Now playing **${this.current.info.title}**.`));
})
embed color same as topest role
how can i define message in this music handler