Closed dxrk09 closed 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
if you do manage to fix it , feel free to open a pull request and helping others like you
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.
aight
How can i solve this error ?