Skip to content

Commit

Permalink
fix(responses): updated responses
Browse files Browse the repository at this point in the history
  • Loading branch information
zacowan committed Dec 6, 2021
1 parent 049d022 commit aed6812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion andy_api/api/intent_processing/move_piece.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
]

ILLEGAL_MOVE_ERROR_RESPONSES = [
"Actually, that move would be against the rules, so you can't do it.",
"Actually, that would be against the rules, so you can't do it.",
"Oh, that's an illegal move. Could you give me a different one?"
]

Expand Down
2 changes: 1 addition & 1 deletion andy_api/api/intent_processing/restart_game_no.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

HAPPY_PATH_RESPONSES = [
"Okay - let's continue playing then.",
"Okay - let's finish this round then."
"Okay - let's finish this game then."
]


Expand Down

0 comments on commit aed6812

Please sign in to comment.