3.0.4 • Published 8 years ago
discord-pugbot v3.0.4
discord-pugbot
Installation
- Install
nodejsandnpm- Windows: https://nodejs.org/dist/v8.2.0/node-v8.2.0-x64.msi
- Ubuntu:
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - && sudo apt-get install -y nodejs && sudo ln -s "$(which nodejs)" /usr/bin/node - Other: you probably know better
- Run
npm install -g discord-pugbot - Navigate to a folder where you would like to store configuration for the bot.
- Run
discord-pugbot --init - Go to https://discordapp.com/developers/applications/me/create
- Fill in the name & avatar (if you like)
Create ApplicationCreate a Bot User- Copy the bot's
Client ID - Invite the bot to your server
https://discordapp.com/api/oauth2/authorize?scope=bot&permissions=8&client_id=<Client ID> - Press
click to revealnext toTokenand copy it - Open config.js and paste the
Token - Configure the bot to your liking
discord-pugbot --run