EddieTheCubeHead / Scrimbot-2.0

1 stars 0 forks source link

Ensure all participants removed from global participants when scrim closes #25

Open EddieTheCubeHead opened 2 years ago

EddieTheCubeHead commented 2 years ago

Currently terminating a scrim (probably closing with a winner too) leaves all participants in the global participant dict meaning they cannot join another scrim before the bot is restarted. Ensure all participants are properly removed always while a scrim instance ceases to exist.

Steps to reproduce:

Expected functionality:

The bot should let the participants of the terminated scrim join new scrims