Script that allows to have the status of a Gmod server thanks to a Discord bot
-
Copy files from this repositorie in server file
-
Install NodeJS Packages
npm install -
Create Channel in Your Discord Server
-
Change parameters in the config.json file
config.json :
{ "token": "Discord Token", "channelID": "Channel ID", "ip": "IP of gmod server", "port": 27015 } -
Start the script
npm startornode index