Skip to content
Marko Kajzer edited this page May 1, 2018 · 9 revisions
  1. Open the Terminal

  2. Install Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. Install Node.js
brew update
brew install node
  1. Clone the repository
cd ~
https://github.com/markokajzer/discord-soundbot.git
  1. Install the dependencies
cd discord-soundbot
npm install
  1. Copy the config
cp config/config.example.json config/config.json
  1. Enter Client ID and Token into the config.json as described here

  2. Start the bot.

npm start
Clone this wiki locally