Skip to content

Releases: Yey007/TranscriberBot

Concurrency Improvements

21 Feb 03:14
ddfe39e
Compare
Choose a tag to compare

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

30 Jan 15:20
bafacec
Compare
Choose a tag to compare

This project now uses TypeORM and TypeDI in place of raw SQL and Inverisfy.js.

Permissions Fix

17 Jan 14:35
9bc4b09
Compare
Choose a tag to compare

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

02 Jan 22:21
fad1fba
Compare
Choose a tag to compare

Added the ability for users to see all transcription channels and remove them.

Minimum Viable Product

14 Dec 20:24
05e2b44
Compare
Choose a tag to compare

This is a little farther along than the MVP. However, since I've passed that threshold, I felt like a release was necessary.