Skip to content

Discord Voice Assistant is a Discord Bot built using discord.js and python speech recognition to be a voice activated, multi-purpose discord bot.

License

Notifications You must be signed in to change notification settings

quentinmay/discord-voice-assistant

Repository files navigation

🎤 Discord Voice Assistant

Discord Voice Assistant is a Discord Bot built using discord.js and python speech recognition to be a voice activated, multi-purpose discord bot.

⚠Requirements

  1. Discord Bot Token
  2. Node.js 14.0.0 or newer
  3. Python 2.7.18
  4. Python Speech Recognition

⚡Installation

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

Simple Configuration (Required)

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"
}

🚀Initial Startup

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

About

Discord Voice Assistant is a Discord Bot built using discord.js and python speech recognition to be a voice activated, multi-purpose discord bot.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published