discord-steam-bot
v0.1.1
Published
A Discord bot to get your steam friends statuses
Downloads
6
Readme
Discord Steam Bot
Get your friends information in real time.
Installation
Local
$ git clone [email protected]:germanrcuriel/discord-steam-bot.git
$ cd discord-steam-bot
$ npm install
Global
$ npm install -g discord-steam-bot
or, if you use yarn
$ yarn global add discord-steam-bot
Configuration
Copy config.dist.js
file to config.js
and set up your discord and steam information.
bot.id
is Discord's application Client ID.bot.token
is Discord's App Bot User Token.discord.channel
is the channel you want to get the "real-time" information.steam.token
is Steam's API keysteam.players
is an array of Steam nicknames.
Running
I recommend using PM2 to reload the bot in case it fails.
$ npm install -g pm2
or
$ yarn global add pm2
and run the bot
pm2 start discord-steam-bot
or, if installed locally
pm2 start ./bin/discord-steam-bot.js