Enha: do not show mime thoughts
This commit is contained in:
		| @@ -253,16 +253,16 @@ func (b *Bot) BotMove() { | ||||
| 		} | ||||
| 		room.ActionHistory = append(room.ActionHistory, action) | ||||
| 		room.MimeDone = true | ||||
| 		entry := fmt.Sprintf("meant to open: %v", tempMap["words_I_mean_my_team_to_open"]) | ||||
| 		lj := models.Journal{ | ||||
| 			Entry:    entry, | ||||
| 			Username: b.BotName, | ||||
| 			RoomID:   room.ID, | ||||
| 		} | ||||
| 		room.LogJournal = append(room.LogJournal, lj) | ||||
| 		if err := repo.JournalCreate(context.Background(), &lj); err != nil { | ||||
| 			b.log.Warn("failed to write to journal", "entry", lj) | ||||
| 		} | ||||
| 		// entry := fmt.Sprintf("meant to open: %v", tempMap["words_I_mean_my_team_to_open"]) | ||||
| 		// lj := models.Journal{ | ||||
| 		// 	Entry:    entry, | ||||
| 		// 	Username: b.BotName, | ||||
| 		// 	RoomID:   room.ID, | ||||
| 		// } | ||||
| 		// room.LogJournal = append(room.LogJournal, lj) | ||||
| 		// if err := repo.JournalCreate(context.Background(), &lj); err != nil { | ||||
| 		// 	b.log.Warn("failed to write to journal", "entry", lj) | ||||
| 		// } | ||||
| 		eventPayload = mimeResp.Clue + mimeResp.Number | ||||
| 		guessLimitU64, err := strconv.ParseUint(mimeResp.Number, 10, 8) | ||||
| 		if err != nil { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Grail Finder
					Grail Finder