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

The commands: 8D & bassboost #17

Closed dxrk09 closed 1 year ago

dxrk09 commented 1 year ago

Capture How can i solve this error ?

whirlxd commented 1 year ago

since i dont maintain this repo really anymore 1) either debug it and fix it yourself [ refer to the music module's docs ] 2) remove the command your wish witherway

whirlxd commented 1 year ago

if you do manage to fix it , feel free to open a pull request and helping others like you

vitaminion0001 commented 1 year ago

the commands are missing a syntax this:

if ( interaction.guild.me.voice.channel && interaction.member.voice.channel.id !== interaction.guild.me.voice.channel.id )

should be this:

if ( interaction.guild.members.me.voice.channel && interaction.member.voice.channel.id !== interaction.guild.members.me.voice.channel.id )

change that in the non working commands and they start working again.

sadly not in the position to open a pull so leaving it here as fix.

whirlxd commented 1 year ago

aight