A simple discord bot test that converts voice to text and sends it to a channel.
!record- Join the voice channel you are in and start recording for 60s, then output speech to text.!stop- Stop recording and leave the voice channel.
-
Create a discord bot and add it to your server.
⚠️ Server Members Intent and Message Content Intent must be enabled in your Discord Developer Bot Settings -
Create a wit.ai account and app and get the token.
-
Copy .env.example to .env and fill in the values.
-
Run
npm installto install dependencies. -
Run
npm startto start the bot.
