ellienieuwdorp / queue-snipe-bot

Discord bot to facilitate queue sniping games in Apex Legends.
GNU General Public License v3.0
3 stars 3 forks source link

No checking for people that are both in the captain and players list #18

Closed CodingRays closed 2 years ago

CodingRays commented 3 years ago

People can be in the captains list and the players queue at the same time. No checking is done either when adding captains or when joining.

ellienieuwdorp commented 3 years ago

Yep, especially a big issue since the way the actual bot gets used is we add captains ourselves and users might get confused and try to !join too which would probably fuck everything up. (now that i think of this maybe this is why distribute broke when, I think mia joined using !join while she was already captain so this might be the bug we're looking for).

CodingRays commented 3 years ago

Just for reference mia did not join as captain. I also checked that no one else in the captain list joined the player list so this is most likely not related to #17 .