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 /rematch command #221

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

Fix the action name in the /rematch command #221

jbassagana opened this issue Oct 12, 2023 · 0 comments · Fixed by #222

Comments

@jbassagana
Copy link
Member

jbassagana commented Oct 12, 2023

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

Propose a rematch:

{
  "/rematch": {
    "action": "propose"
   }
}

Decline a rematch:

{
  "/rematch": {
    "action": "decline"
   }
}

Accept a rematch:

{
  "/rematch": {
    "action": "accept"
   }
}

See #218

Keep it up,

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant