We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1faeaf + 247b954 commit 07885b7Copy full SHA for 07885b7
src/tg/bot.deno.ts
@@ -544,7 +544,7 @@ Be grateful for your abilities and your incredible success and your considerable
544
.concat(jail)
545
.sort((a, b) => b.pos - a.pos)
546
) {
547
- yield await tgCall({
+ await tgCall({
548
chat_id: data.message.chat.id,
549
text: "jail" in cha
550
? `${cha.char}jail time for ${data.message.from.first_name}`
0 commit comments