-
-
Notifications
You must be signed in to change notification settings - Fork 281
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I just want to have an option of saving the transcription as a file in my server instead of uploading it, since when it tries to upload the transcription, it always lags out, causing duplicate channel being created and making the bot not responsive during that period.
Describe the solution you'd like
Basically in src/utils/close.ts, add another function where if the configured function in config.jsonc for saveTranscriptionAsFile: true, it will save the file in the bot installation location folder, or it can be configured via transcriptionFilePath: /your/path/here
Describe alternatives you've considered
By using https://github.com/ItzDerock/discord-html-transcripts library, those feature can be implemented easily.
Additional context
Forcing the self-hoster to upload transcription when its enabled or by option when clicking Save Transcription button is not ideal as there is no option to save it in the hosting location. Also, instead of relying on upload, transcription can be saved easily and faster.