Feat: Create ELO System
This commit is contained in:
parent
9cb5f99c2f
commit
9645f4f195
5 changed files with 892 additions and 1 deletions
|
@ -44,6 +44,7 @@ func main() {
|
|||
app.SetupCache()
|
||||
app.SetupCrons()
|
||||
app.SetupRoutes()
|
||||
app.SetupHooks()
|
||||
|
||||
log.Fatal(app.pb.Start())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue