Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The commands: 8D & bassboost #17

Closed
dxrk09 opened this issue Nov 23, 2022 · 4 comments
Closed

The commands: 8D & bassboost #17

dxrk09 opened this issue Nov 23, 2022 · 4 comments

Comments

@dxrk09
Copy link

dxrk09 commented Nov 23, 2022

Capture
How can i solve this error ?

@whirlxd
Copy link
Owner

whirlxd commented Dec 4, 2022

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
Copy link
Owner

whirlxd commented Dec 4, 2022

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

@vitaminion0001
Copy link

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
Copy link
Owner

whirlxd commented Mar 25, 2023

aight

@whirlxd whirlxd closed this as completed Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants