gwillen / herring

Modern Django and ReactJS based web application for puzzlehunt team management!
MIT License
7 stars 4 forks source link

cleanup_channels won't create a missing voice channel if the text channel already exists #28

Open gwillen opened 3 years ago

gwillen commented 3 years ago

This matters if voice channel creation fails for some reason, and isn't retried.

Zahariel commented 3 years ago

I think I fixed this just before hunt but didn't mark it fixed; sorry. It's easy to test, anyway; just delete a voice channel, and then cleanup_channels and see what happens. cleanup_channels should now treat text and voice channels more or less separately, I hope.