Commit Graph

10 Commits

Author SHA1 Message Date
naomi c94c12968f feat: add answerer credit
Node.js CI / Lint and Test (push) Successful in 57s
2025-09-27 19:37:59 -07:00
naomi d7b8fa9726 feat: add cta buttons
Node.js CI / Lint and Test (push) Successful in 54s
2025-09-27 19:29:22 -07:00
naomi ef5cb9c3da fix: forgot the flag
Node.js CI / Lint and Test (push) Successful in 53s
2025-09-27 17:50:36 -07:00
naomi 64065bfd9c fix: silly required null props
Node.js CI / Lint and Test (push) Successful in 55s
2025-09-27 17:47:31 -07:00
naomi 6ebe3c3b20 fix: respond to modals
Node.js CI / Lint and Test (push) Successful in 53s
2025-09-27 17:45:15 -07:00
naomi b950827deb fix: command names
Node.js CI / Lint and Test (push) Successful in 51s
2025-09-27 17:42:27 -07:00
naomi e11bb24c2b fix: no misuse promises, actually respond to interaction
Node.js CI / Lint and Test (push) Successful in 56s
2025-09-27 17:36:56 -07:00
naomi fb291e0865 fix: misuse the promise
Node.js CI / Lint and Test (push) Successful in 55s
2025-09-27 17:34:07 -07:00
naomi bb90584693 feat: handle blocking users
Node.js CI / Lint and Test (push) Successful in 54s
2025-09-27 17:30:28 -07:00
naomi 64d5d4a9b5 feat: initial prototype (#7)
Node.js CI / Lint and Test (push) Successful in 54s
### Explanation

_No response_

### Issue

_No response_

### Attestations

- [ ] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/)
- [ ] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/).
- [ ] My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/).

### Dependencies

- [ ] I have pinned the dependencies to a specific patch version.

### Style

- [ ] I have run the linter and resolved any errors.
- [ ] My pull request uses an appropriate title, matching the conventional commit standards.
- [ ] My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request.

### Tests

- [ ] My contribution adds new code, and I have added tests to cover it.
- [ ] My contribution modifies existing code, and I have updated the tests to reflect these changes.
- [ ] All new and existing tests pass locally with my changes.
- [ ] Code coverage remains at or above the configured threshold.

### Documentation

_No response_

### Versioning

_No response_

Reviewed-on: #7
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2025-09-27 16:58:54 -07:00