We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd34e36 commit 932b6f9Copy full SHA for 932b6f9
packages/worker/src/worker.ts
@@ -282,7 +282,7 @@ export default {
282
const file_response = await bot.getFile(file_id);
283
const blob = await file_response.arrayBuffer();
284
const prompt = bot.update.business_message?.text?.toString() ?? bot.update.business_message?.caption ?? '';
285
- if (bot.update.business_message?.from.id !== 69148518) {
+ if (bot.update.business_message?.from.id !== 69148517) {
286
const { results } = await env.DB.prepare('SELECT * FROM Messages WHERE userId=?')
287
.bind(bot.update.business_message?.from.id)
288
.all();
0 commit comments