Skip to content

rutkuli/discord-server-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published