A simple bot that transcribes conversations using discord-speech-recognition
Make a new .env file. This will contain all of your necessary bot information. Make sure you have your .env file set up like this:
BOTTOKEN=Your.bot.token
CLIENTID=1234567890123456789Then, run the deploy-commands.js file. This will register the commands.
node deploy-commands.js
To run the bot, run the following command:
node index.js