From 3e3278ba8b22703f531917ff0c52215d0ca7b955 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 15 Dec 2021 00:08:48 +0200 Subject: [PATCH] fdsfds --- files/routes/awards.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/awards.py b/files/routes/awards.py index ca3953487..4f6eb29fa 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -131,6 +131,7 @@ def buy(v, award): g.db.flush() if award == "lootbox": + send_notification(995, f"@{v.username} bought a lootbox!") for i in [1,2,3,4,5]: thing = g.db.query(AwardRelationship).order_by(AwardRelationship.id.desc()).first().id thing += 1