Unix - markokajzer/discord-soundbot GitHub Wiki
sudo apt-get update
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y build-essential git nodejs ffmpeg
sudo npm install -g yarn
- Clone the repository
cd ~
git clone https://github.com/markokajzer/discord-soundbot.git
- Install the dependencies. You can ignore messages about missing
peer dependencies
missing as they are optional.
cd discord-soundbot
yarn install
- Copy the config
cp config/config.example.json config/config.json
-
Enter Client ID and Token into the config.json as described here
-
Start the bot.
yarn start