Discord voice bot handler working

This commit is contained in:
Logan Cusano
2023-05-20 00:01:12 -04:00
parent e7b802839e
commit 0f003f907e
4 changed files with 71 additions and 6 deletions

View File

@@ -17,10 +17,13 @@ apt-get update
apt-get upgrade -y
# Install the necessary packages
apt-get install -y nodejs npm libopus-dev gcc make alsa-utils libasound2 libasound2-dev libpulse-dev pulseaudio apulse
apt-get install -y nodejs npm libopus-dev gcc make alsa-utils libasound2 libasound2-dev libpulse-dev pulseaudio apulse python3.9
# Ensure pulse audio is running
pulseaudio
# Install the node packages from the project
npm i
npm i
# Install the python packages needed for the bot
pip install -r