Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix the action name in the /draw command #209

Closed
Tracked by #213
jbassagana opened this issue Oct 12, 2023 · 0 comments · Fixed by #215
Closed
Tracked by #213

Fix the action name in the /draw command #209

jbassagana opened this issue Oct 12, 2023 · 0 comments · Fixed by #215
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jbassagana
Copy link
Member

jbassagana commented Oct 12, 2023

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

Propose a draw:

{
  "/draw": {
    "action": "propose"
   }
}

Decline a draw:

{
  "/draw": {
    "action": "decline"
   }
}

Accept a draw:

{
  "/draw": {
    "action": "accept"
   }
}

See #148

Happy coding!

@jbassagana jbassagana added enhancement New feature or request good first issue Good for newcomers labels Oct 12, 2023
This was referenced Oct 12, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant