Releases: Yey007/TranscriberBot
Releases · Yey007/TranscriberBot
Concurrency Improvements
Improves concurrency using stuff like Promise.all
. There is a very small chance in some places where a success response is sent to the user when the operation didn't actually succeed in the event that a database write fails or something. Again, quite unlikely and I'm willing to tank that.
Library Switches
This project now uses TypeORM and TypeDI in place of raw SQL and Inverisfy.js.
Permissions Fix
There was previously an issue with missing permissions due to the bot being able to see the channel but not type in it. It would try to respond to a command but fail and crash.
See and Remove Transcription Channels
Added the ability for users to see all transcription channels and remove them.
Minimum Viable Product
This is a little farther along than the MVP. However, since I've passed that threshold, I felt like a release was necessary.