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
- Get your self a discord bot token from Discord developers portal
- Clone the repo
git clone https://github.com/rutkuli/discord-server-status.git
- Install NPM packages
npm install
- Enter bot token in
config.js
token = 'ENTER YOUR token';
- Enter server ip & port in
config.js
ip = 'ENTER YOUR token'; port = 'ENTER YOUR token';