Skip to content

Fer3D/Discord_GarrysMod_ServerStatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Español

Bot de Discord para el Estado del Servidor de Gmod 📊

Script que permite obtener el estado de un servidor de Gmod gracias a un bot de Discord con nodeJS.

👀 Vista previa

alt text

🛠 Instalación

  • Copia los archivos de este repositorio en el archivo del servidor

  • Instala los paquetes de NodeJS, si necesitas un tutorial detallado busca en Youtube o en Google.

    npm install

  • Crea un canal en tu servidor de Discord, dale click derecho y "Copiar ID del canal", si no te sale esta opción ve a la configuración de tu Discord, "Avanzado" y activa "Modo Desarrollador".

  • Cambia los parámetros en el archivo config.json

    config.json:

    {
      "token": "Token de Discord - https://discord.com/developers/applications",
      "channelID": "ID del Canal",
      "ip": "IP del servidor de Gmod sin el puerto",
      "port": 27025
    }
  • Inicia el script con:

    npm start o node index


English

Discord Bot for Gmod Server Status 📊

Script that allows obtaining the status of a Gmod server thanks to a Discord bot with NodeJS.

👀 Preview

alt text

🛠 Installation

  • Copy the files from this repository into the server's directory.

  • Install the NodeJS packages. If you need a detailed tutorial, search on YouTube or Google.

    npm install

  • Create a channel on your Discord server, right-click on it and "Copy Channel ID". If this option doesn't appear, go to your Discord settings, "Advanced" and enable "Developer Mode".

  • Change the parameters in the config.json file.

    config.json:

    {
      "token": "Discord Token - https://discord.com/developers/applications",
      "channelID": "Channel ID",
      "ip": "Gmod server IP without the port",
      "port": 27025
    }
  • Start the script with:

    npm start or node index

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published