interactions.py icon indicating copy to clipboard operation
interactions.py copied to clipboard

Update voice recording example

Open jasondilworth56 opened this issue 1 year ago • 1 comments

Pull Request Type

  • [ ] Feature addition
  • [ ] Bugfix
  • [x] Documentation update
  • [ ] Code refactor
  • [ ] Tests improvement
  • [ ] CI/CD pipeline enhancement
  • [ ] Other: [Replace with a description]

Description

The existing example does not work due to missing deferral and missing message body, this fixes both.

Changes

  • Added a called to ctx.defer() at beginning of example
  • Added message body to output from example

Related Issues

Test Scenarios

Python Compatibility

  • [x] I've ensured my code works on Python 3.10.x
  • [x] I've ensured my code works on Python 3.11.x

Checklist

  • [x] I've run the pre-commit code linter over all edited files
  • [x] I've tested my changes on supported Python versions
  • [x] I've added tests for my code, if applicable
  • [x] I've updated / added documentation, where applicable

jasondilworth56 avatar Feb 20 '24 22:02 jasondilworth56

Putting on hold until requests are met and satisfied

eightween avatar Mar 13 '24 21:03 eightween

Closing, PR seems to be dead.

AstreaTSS avatar Jun 08 '24 17:06 AstreaTSS