-
-
Notifications
You must be signed in to change notification settings - Fork 68
macOS
Marko Kajzer edited this page May 18, 2019
·
9 revisions
-
Open the Terminal
-
Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew install node yarn ffmpeg
- 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
Need help? Join us on Discord!