0.1.1 • Published 7 years ago

discord-steam-bot v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Discord Steam Bot

npm.io

NPM Version Build Status Package downloads

Get your friends information in real time.

Installation

Local

$ git clone git@github.com: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.

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
0.1.1

7 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago