This commit is contained in:
Lili (Tlapka) 2025-03-10 21:08:05 +01:00
parent 70285958d1
commit b8fb30a2ae

View File

@ -5,6 +5,7 @@ from tlapbot.owncast_helpers import use_points
from tlapbot.redeems import is_redeem_active
# TODO: add a milestone_exists check?
def add_to_milestone(db: Connection, user_id: str, redeem_name: str, points_donated: int) -> bool:
try:
cursor = db.execute(