emergency meeting/dead body found event?
matthewpetch opened this issue · 3 comments
matthewpetch commented
I want to write a discord bot that mutes/unmutes everyone on a meeting/dead body found. Can keep dead people muted with the existing stuff, just wondering if an event can be raised for whenever a vote is happening?
Sasino97 commented
I want to do exactly the same, has anyone found a solution?
geckwwo commented
idk, you can try every x seconds check every player, and if dead - mute, alive - unmute (but you still need to somehow find bytes of emergency meeting)
matthewpetch commented
well it looks like there is a meeting_status field now