You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(bot): i18n, user locale API, and beta bootstrap command
- Store userLocales in state; POST /api/bot/user-locale/sync and /set (bot secret)
- Russian and English copy via i18n; localized inline keyboard labels
- Bootstrap: npx -y @spawn-dock/create@beta --token …
- Preview notify uses owner locale from state
Made-with: Cursor
Copy file name to clipboardExpand all lines: bot-resource/helo-description.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
SpawnDock bot for Telegram Mini Apps tied to the SpawnDock control plane
4
4
5
-
/new <title> — registers a project and replies with a one-time bootstrap command: npx @spawn-dock/create --token … Run that locally, then npm run dev, the bot sends preview URL, TMA gateway URL, and a Telegram Mini App open link
5
+
/new <title> — registers a project and replies with a one-time bootstrap command: npx -y @spawn-dock/create@beta --token … Run that locally, then npm run dev, the bot sends preview URL, TMA gateway URL, and a Telegram Mini App open link
6
6
7
7
/launch <slug> — shows the same URLs and whether the dev tunnel is connected or offline
0 commit comments