Discord Server Stats is a Discord bot that collects statistics from your server and a web dashboard that allows you to visualize this data intuitively. With this tool, you can gain valuable insights into the activity and health of your server in real-time.
- Discord Bot: Collects real-time statistics from your Discord server.
- Web Dashboard: Intuitive web interface for data visualization.
- No commands: The bot does not use any command to store the information on the web.
- Simple setup: Uses a
.env
file to store configuration.
- Node.js
- npm
- Discord Bot Token
- Clone this repository to your local machine:
git clone https://github.com/staFF6773/discord-server-stats.git
cd discord-server-stats
- Install the dependencies:
npm install
- Create a
.env
file in the root of the project and add your Discord bot token:
DISCORD_TOKEN=your_token_here
- Start the bot and the dashboard server:
npm run dev - first this command to compile the ts
npm start - and finally this one to start the project
- Open your browser and go to
http://localhost:8080
to access the dashboard.
Contributions are welcome. If you would like to contribute, please open an issue or submit a pull request.