feat(top): implements new kind of tops

This commit is contained in:
Anhgelus Morhtuuzh 2025-05-13 16:15:47 +02:00
parent 799df74fcd
commit 01bafe9bf1
Signed by: anhgelus
GPG key ID: CAD341EFA92DDDE5
7 changed files with 179 additions and 58 deletions

View file

@ -17,10 +17,10 @@ var (
//go:embed updates.json
updatesData []byte
Version = gokord.Version{
Major: 2,
Minor: 4,
Major: 3,
Minor: 0,
Patch: 0,
} // git version: 0.4.0 (it's the v2 of the bot)
}
stopPeriodicReducer chan<- interface{}
)