diff --git a/db/bot.db-journal b/db/bot.db-journal new file mode 100644 index 0000000..27c3421 Binary files /dev/null and b/db/bot.db-journal differ diff --git a/handlers/share_channel.py b/handlers/share_channel.py index 82742cc..4a427eb 100644 --- a/handlers/share_channel.py +++ b/handlers/share_channel.py @@ -113,7 +113,7 @@ async def confirm_invite(update: Update, context: ContextTypes.DEFAULT_TYPE): await session.commit() invite_id = acc.id - payload = f"sch_{invite_id}_{token}" + payload = f"sch_{invite_id}_{token}" bot_username = await _get_bot_username(context) deep_link = f"https://t.me/{bot_username}?start={payload}" diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..e69de29