some fixes; in hub now pushes dev tag

This commit is contained in:
2026-01-28 13:42:04 +03:00
parent 3e6032d6bc
commit 6c47d05e9c
10 changed files with 39 additions and 22 deletions

View File

@@ -9,7 +9,6 @@ import (
func RegisterAdmin(b *laniakea.Bot) {
p := laniakea.NewPlugin("Admin")
p = p.Command(uploadPhoto, "uploadPhoto")
b.AddPlugins(p.Build())
}