add brief for functions in db, implemet full group manipulation (except owner,color), some fixes

This commit is contained in:
2026-04-01 20:13:50 +02:00
parent 81d0d19064
commit b00eff5c47
9 changed files with 150 additions and 26 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const (
var Colors = map[string][3]uint8{
"red": {255, 0, 0},
"green": {0, 255, 255},
"green": {0, 255, 0},
"blue": {0, 0, 255},
"default": {255, 255, 255},
}