This project is outdated, please refer to the updated DiscordGuildStats project.
Displays Discord server statistics for members, bots, roles, and channel count. Supports multiple Discord servers.
1.) Download .NET 5.0 installer: curl https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh > dotnet-install.sh
2.) Set executable permissions: chmod +x dotnet-install.sh
3.) Start .NET 5.0 installer: ./dotnet-install.sh --version 5.0.404
1.) Clone repository: git clone https://github.com/versx/GuildStats
2.) Copy example config cp config.example.json bin/config.json
3.) Fill out config options.
4.) Build executable in root project folder (same folder src
is in): dotnet build
5.) Run executable via bin
folder: dotnet GuildStats.dll
1.) Pull latest changes in root folder
2.) Build project dotnet build
3.) Run dotnet bin/GuildStats.dll
Valid Log Levels:
- Trace: 0
- Debug: 1
- Info: 2
- Warning: 3
- Error: 4
- Critical: 5
- None: 6