+bf1serverlist
Shows the Battlefield 1 BoB server list.
- Create a new application on https://discordapp.com/developers/
- Add a bot user
- Give the bot user the following permissions
- View Channels
- Send Messages
- Create the following 2 environment variables
BOT_PREFIX
BOT_TOKEN
- Run
npm install
- Run
node index.js
On Windows
$env:BOT_PREFIX = 'YOUR BOT PREFIX HERE'
$env:BOT_TOKEN = 'YOUR BOT TOKEN HERE'
On Linux
export BOT_PREFIX = 'YOUR BOT PREFIX HERE'
export BOT_TOKEN = 'YOUR BOT TOKEN HERE'
Thanks goes to these wonderful people (emoji key):
Alexander Klimov 💻 🚧 |
George Fotopoulos 💻 🚧 🚇 |
This project follows the all-contributors specification. Contributions of any kind welcome!