FoxLisk / NMG-League-Bot

NMG League evil mastermind
https://nmg-league.foxlisk.com/
MIT License
0 stars 0 forks source link

there should be a way for ZSR to mark a race as taken w/o a channel assignment #152

Open FoxLisk opened 4 months ago

FoxLisk commented 4 months ago

currently BRIs have no real state management; we infer some things based on the order of events and the presence of a restream channel

it would be convenient to have a state field that represents something like new, commentators_confirmed, restream_confirmed

this would, among other things, make it possible to sync the "with comms by" state in event descriptions accurately (i.e. not until an admin has clicked the linkbot on the message)

FoxLisk commented 4 months ago

if this gets done after #41 then make sure we update the code involved in #41 to honour the new state stuff