Feat: Create ELO System

This commit is contained in:
zuma 2025-06-10 20:12:09 +02:00
parent 9cb5f99c2f
commit 9645f4f195
5 changed files with 892 additions and 1 deletions

View file

@ -44,6 +44,7 @@ func main() {
app.SetupCache()
app.SetupCrons()
app.SetupRoutes()
app.SetupHooks()
log.Fatal(app.pb.Start())
}