use cloudflare worker
and telegraf
to create a telegram bot
# modify wrangler.toml
cp wrangler.toml.template wrangler.toml
pnpm i
wrangler secret put TELEGRAM_BOT_TOKENS
wrangler secret put OPENAI_API_KEY
wrangler secret put ADMIN_SECRET
# wrangler secret put GREET_CHAT_IDS
pnpm run deploy