[Refactor] Config command #1

Merged
anhgelus merged 23 commits from refactor/config-command into main 2025-08-21 12:54:53 +00:00
Showing only changes of commit 4aa8b9ec67 - Show all commits

View file

@ -22,8 +22,8 @@ var (
updatesData []byte updatesData []byte
Version = gokord.Version{ Version = gokord.Version{
Major: 3, Major: 3,
Minor: 1, Minor: 2,
Patch: 3, Patch: 0,
} }
stopPeriodicReducer chan<- interface{} stopPeriodicReducer chan<- interface{}