workspaces добавлено

This commit is contained in:
Artem Tsyrulnikov
2026-01-20 13:40:24 +03:00
parent 5d6aa99880
commit 4269b9ae67
15 changed files with 255 additions and 343 deletions

View File

@@ -29,9 +29,7 @@ func (s *AcceptWorkspaceInvite) Enter(b *bot.Bot, mode bot.RenderMode) {
return
}
kb := Keyboard(
Row(Button("Главное меню", "menu")),
)
kb := Keyboard(Row(Button("Главное меню", "main_menu")))
b.SendNew(msgAcceptWorkspaceInviteSuccessfully, kb)
}