Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 866 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 866 Bytes

Prerequisites

This is an example of how to list things you need to use the bot and how to install them.

  • npm
    npm install discord.js
     npm install gamedig

Installation

  1. Get your self a discord bot token from Discord developers portal
  2. Clone the repo
    git clone https://github.com/rutkuli/discord-server-status.git
  3. Install NPM packages
    npm install
  4. Enter bot token in config.js
    token = 'ENTER YOUR token';
  5. Enter server ip & port in config.js
    ip = 'ENTER YOUR token';
    port = 'ENTER YOUR token';  

Credits

Rutkuli Gamedig