fix: Small typo in ticker off description

This commit is contained in:
Krypton 2025-07-15 22:10:28 +02:00
commit 0f68fcca8b

View file

@ -43,7 +43,7 @@ func NewTicker(s *session.Session) *Ticker {
}))
mod.AddHandler(session.NewModuleHandler("ticker off", "",
"Stop the maint icker.",
"Stop the main ticker.",
func(args []string) error {
return mod.Stop()
}))