{error}
} ++ Give each Team a {config.platform} voice channel of its own. Access is granted with a role per + Team, so members of a Team can see and join their channel and nobody else can. Members need a + linked {config.platform} account and must be in the guild. +
+ + {blocked && ( ++ {blocked} Voice channels cannot be switched on until that is fixed. +
+ )} + + {headroom && ( ++ {headroom.used} of {headroom.cap} {config.platform} roles used in this guild + {headroom.exhausted + ? ' — no room for another Team.' + : headroom.tight + ? ` — room for about ${headroom.free} more Teams.` + : '.'} +
+ )} + + {error &&{error}
} + {notice &&{notice}
} + +{statusSummary(config.settings, config.rows)}
+ +| Team | Members | Channel | State | |
|---|---|---|---|---|
| {row.teamName} | +{row.memberCount} | ++ {row.channelRef || none} + | ++ {stateLabel(row.state)} + {removalCountdown(row) && ( + {removalCountdown(row)} + )} + {row.lastError && ( + {row.lastError} + )} + | ++ + | +
+ Last pass {new Date(config.lastPass.at).toLocaleString()} + {config.lastPass.ran ? '' : ` — nothing was done: ${config.lastPass.reason}`} +
+ )} +