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
npm run start:force # skip type checking and start
69
-
# or
70
-
npm start # with type checking (requires development dependencies)
94
+
# OR set manually:
95
+
vercel env add BOT_WEBHOOK_SECRET --sensitive
96
+
```
97
+
98
+
Deploy your bot:
99
+
```bash
100
+
vercel
101
+
```
102
+
103
+
After successful deployment, set up a webhook to connect your Vercel app with Telegram, modify the below URL to your credentials and visit it from your browser:
104
+
```
105
+
https://APP_NAME.vercel.app/BOT_TOKEN
71
106
```
72
107
73
108
### List of Available Commands
@@ -302,16 +337,6 @@ bun add -d @types/bun
302
337
Enables debug mode. You may use <code>config.isDebug</code> flag to enable debugging functions.
0 commit comments