Skip to content

Commit

Permalink
add ending message
Browse files Browse the repository at this point in the history
  • Loading branch information
VeryBigSad committed Feb 24, 2024
1 parent f9c3ab8 commit 63fd539
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tgbot/handlers/admin/allow.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ async def handle_allow_waitlist_invite(
"\nSleeping for 1.5s",
)

await update.message.reply_text(
f"✅ Invited {len(users)} users registered before {date_str}."
)


async def invite_user(user_id: int) -> None:
await update_user(user_id, type=UserType.USER)
Expand Down

0 comments on commit 63fd539

Please sign in to comment.