Feat: clear marks after end of the turn
This commit is contained in:
		| @@ -193,7 +193,7 @@ func (b *Bot) BotMove() { | ||||
| 	case models.UserRoleMime: | ||||
| 		mimeResp := MimeResp{} | ||||
| 		b.log.Info("mime resp log", "mimeResp", tempMap) | ||||
| 		mimeResp.Clue = tempMap["clue"].(string) | ||||
| 		mimeResp.Clue = strings.ToLower(tempMap["clue"].(string)) | ||||
| 		mimeResp.Number = tempMap["number"].(string) | ||||
| 		action := models.Action{ | ||||
| 			Actor:      b.BotName, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Grail Finder
					Grail Finder