Feat: bot failed state to show/hide llm restart btn
This commit is contained in:
@ -178,6 +178,8 @@ type Room struct {
|
||||
BotMap map[string]BotPlayer `db:"-"`
|
||||
LogJournal []Journal `db:"-"`
|
||||
Settings GameSettings `db:"-"`
|
||||
//
|
||||
BotFailed bool `db:"bot_failed"`
|
||||
}
|
||||
|
||||
func (r *Room) FindColor(word string) (WordColor, bool) {
|
||||
|
Reference in New Issue
Block a user