whirlxd / Musico

🎶 An epik discord music bot made to spice up your discord experience with amazing commands and filters!
https://musico.whirl.codes
GNU General Public License v2.0
61 stars 71 forks source link

Fix add.js #10

Closed RealTitanGod closed 2 years ago

RealTitanGod commented 2 years ago

Mine never worked so I started digging into why it failed to start playing. The interaction.options.getMessage leads to https://discord.js.org/#/docs/discord.js/main/class/Message which we just need content from. I added the const tr = track.tracks[0]; from play.js since I was getting undefined from track.title, that seemed to fix it.

whirlxd commented 2 years ago

ok ill look into it and merge when i get the time

whirlxd commented 2 years ago

@RealTitanGod aight it looks fine but for the sake of it can you send me a an example of the now working command ill merge it then

RealTitanGod commented 2 years ago

@Whirl21 Sure: Screenshot_63

whirlxd commented 2 years ago

thanks merged