chesslablab/chess-server

Fix the action name in the /resign command

programarivm opened this issue · 0 comments

The /resign command should return a key-value pair as described in the following example.

{
  "/resign": {
    "action": "accept"
   }
}

See #149

Happy coding!