feat(top): implements new kind of tops
This commit is contained in:
parent
799df74fcd
commit
01bafe9bf1
7 changed files with 179 additions and 58 deletions
6
main.go
6
main.go
|
@ -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{}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue