feat: add /settings command and document /history for UI-command parity

- Add /settings command handler with inline settings keyboard
- Add /history to README commands table
- Update /help command list
- Remove unused Leagu.go old reference
This commit is contained in:
2026-06-25 09:55:53 +03:30
parent d15ed46066
commit a96419f324
3 changed files with 16 additions and 0 deletions

View File

@@ -148,6 +148,8 @@ func (h *Handler) routeCommand(ctx context.Context, msg *models.Message, user *d
switch cmd {
case "/start":
h.handleStart(ctx, msg, user)
case "/settings":
h.handleSettings(ctx, msg, user)
case "/help":
h.handleHelp(ctx, msg)
case "/clockin":