Prerequisites
You’ll need Node.js installed on your system to run this webhook client.Node.js 16.x or higher is recommended for compatibility with discord.js v14.
Install Node.js
Download and install Node.js from the official website. Choose the LTS (Long Term Support) version for stability.After installation, verify Node.js is installed by opening a terminal and running:
Download the release
Download the latest release of Sol’s Stat Tracker Webhook from GitHub.Look for the latest version in the Releases section and download the
.zip file.Extract the files
Unzip the Sol’s Stat Tracker Webhook file to a location on your computer where you want to run the application.
Choose a permanent location for the files. You’ll need to keep them in this directory for the webhook to continue working.
What gets installed
Thesetup.bat script installs the following dependencies:
- discord.js (v14.22.1+) - Discord API wrapper for webhook client functionality
- ws - WebSocket library for connecting to Sol’s Stat Tracker gateway