0.1.1 • Published 8 years ago
discord-steam-bot v0.1.1
Discord Steam Bot

Get your friends information in real time.
Installation
Local
$ git clone git@github.com:germanrcuriel/discord-steam-bot.git
$ cd discord-steam-bot
$ npm installGlobal
$ npm install -g discord-steam-botor, if you use yarn
$ yarn global add discord-steam-botConfiguration
Copy config.dist.js file to config.js and set up your discord and steam information.
bot.idis Discord's application Client ID.bot.tokenis Discord's App Bot User Token.discord.channelis the channel you want to get the "real-time" information.steam.tokenis Steam's API keysteam.playersis an array of Steam nicknames.
Running
I recommend using PM2 to reload the bot in case it fails.
$ npm install -g pm2or
$ yarn global add pm2and run the bot
pm2 start discord-steam-botor, if installed locally
pm2 start ./bin/discord-steam-bot.js