if user_id not in user_data or 'url' not in user_data[user_id]: await query.edit_message_text("❌ Session expired. Please send the URL again.") return
WORKDIR /app
CMD ["python", "bot.py"]