Just-Some-Bots / MusicBot

:musical_note: The original MusicBot for Discord (formerly SexualRhinoceros/MusicBot)
https://just-some-bots.github.io/MusicBot/
MIT License
3.12k stars 2.35k forks source link

Fix skip tally and cmd prefix bugs #2380

Closed itsTheFae closed 9 months ago

itsTheFae commented 9 months ago

Description

This PR changes logic in cmd_skip to count votes similarly to counting valid members in the channel. The votes of members who deafen or leave the channel are no longer counted toward the skip vote.

An additional bug fix in this PR addresses an issue with the bot sending messages to non-guild channels. If the channel is a non-guild channel, such as private messages, the bot will use the default command prefix as set in options.ini config file.