-
You will need build tools installed on your machine in order to compile the dependencies
- macOS
xcode-select --install
- Solus
sudo eopkg install -c system.devel
- Ubuntu
sudo apt-get install build-essential libtool autoconf
- CentOS
sudo yum install gcc gcc-c++ make openssl-devel
- Ubuntu
- macOS
-
npm install
-
create
config.js
file, based onsample.config.js
-
npm start
// Client ID is from your Discord app
// https://discordapp.com/developers/applications/me
'https://discordapp.com/oauth2/authorize?client_id=<CLIENT ID>&scope=bot'