-
-
Notifications
You must be signed in to change notification settings - Fork 67
macOS
Marko Kajzer edited this page May 1, 2018
·
9 revisions
-
Open the Terminal
-
Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install Node.js
brew update
brew install node
- Clone the repository
cd ~
https://github.com/markokajzer/discord-soundbot.git
- Install the dependencies
cd discord-soundbot
npm 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.
npm start
Need help? Join us on Discord!