#!/bin/bash
# Convenience wrapper for render-discord-capture.py
# Uses the venv where playwright is installed

SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
source "$SCRIPT_DIR/.venv/bin/activate"
python3 "$SCRIPT_DIR/render-discord-capture.py" "$@"
