hitenSharm / Discord-Meme-and-Music-Bot

This is a meme and music bot made with NodeJS and DiscordJS
4 stars 4 forks source link

Music related bug #31

Closed hitenSharm closed 2 years ago

hitenSharm commented 2 years ago

image Thanks to @markvrma contribution. The skip command works in a similar manner to the Rhythm bot and only skip if there are more than 50% of users asking to skip. The bug:
It counts the users in the VC(excluding the bot) but I don't think it excludes people who are deafened/self-deafened, which should happen. The Solution: You will probably have to iterate through all users to check. Make a file in the utils folder which does the check for the number of users like that.

markvrma commented 2 years ago

I would like to work on this