The service that keeps the count of guilds to be displayed on bot listings.
- Clone the repository (
git clone https://github.com/SoundBoardBot/server-counter.git) - Run
docker build -t guild-counter-service . - Run
docker run -d -e LOG_LEVEL=info guild-counter-service
- Clone the repository (
git clone https://github.com/SoundBoardBot/server-counter.git) - Run
go mod download - Run
go mod verify - Run
go run main.go