diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-05-13 16:15:47 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-05-13 16:15:47 +0200 |
| commit | 01bafe9bf1de5be4e770b9500480807d4973d8d6 (patch) | |
| tree | c6eafab11fef21c221136019ea490176185cec81 /main.go | |
| parent | 799df74fcda5266fd295b49fc759c605c815cad9 (diff) | |
feat(top): implements new kind of tops
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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{} ) |
