This plugin allows you to transcribe voice notes in Discord with STT (speech-to-text). It uses the OpenAI API (or compatible APIs). You need to configure your own API key in the plugin settings.
It's built on @philhk's BetterDiscord Plugin Template ❤️
This is a template used to create a BetterDiscord plugin using Vite and TypeScript.
In the betterdiscord.config.ts you can configurate following
nameThe name of the addon. Typcially does not contain spaces, but is allowed.authorThe name of you the developer.descriptionA basic description of the what the addon does.versionVersion representing the current update level. Semantic versioning recommended.
Optional
inviteA Discord invite code, useful for directing users to a support server.authorIdDiscord snowflake ID of the developer. This allows users to get in touch.authorLinkLink to use for the author's name on the addon pages.donateLink to donate to the developer.patreonLink to the patreon of the developer.websiteDeveloper's (or addon's) website link.sourceLink to the source on GitHub of the addon.
Change the value of OUT_DIR -> path.resolve(`${process.env.APPDATA}/BetterDiscord/plugins`) if you want to output directly to your plugins folder.
buildBuild the plugin.watchBuild the plugin when a change was made.
- Zerthox for BetterDiscord's API typings.

