We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The /rematch command should return a key-value pair as described in the following examples.
/rematch
Propose a rematch:
{ "/rematch": { "action": "propose" } }
Decline a rematch:
{ "/rematch": { "action": "decline" } }
Accept a rematch:
{ "/rematch": { "action": "accept" } }
See #218
Keep it up,
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The
/rematch
command should return a key-value pair as described in the following examples.Propose a rematch:
Decline a rematch:
Accept a rematch:
See #218
Keep it up,
The text was updated successfully, but these errors were encountered: