fdsfds
This commit is contained in:
parent
2de65aa1fd
commit
253ab58e1f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue