Discord Voice Assistant is a Discord Bot built using discord.js and python speech recognition to be a voice activated, multi-purpose discord bot.
Easily deployable using git clone:
git clone https://github.com/quentinmay/discord-voice-assistant.git
cd discord-voice-assistant
npm install
pip install SpeechRecognition
mkdir voicedata
Now you must configure the bot before running using config example file:
mv config.json.example config.json
Only the top 2 are required for basic functionality.
{
"discordToken": "",
"discordDevID": "",
"commandPrefix": "0",
"spotifyClientID": "",
"spotifyClientSecret": "",
"statusActivity": "status.",
"statusURL": "https://www.twitch.tv/twitch",
"statusType": "STREAMING"
}
Just startup the script now that everything has been built and you've filled your config file.
node index.js
Basic startup guide/instructions once you have the scripts running can be found on issue #1