forked from rDrama/rDrama
1
0
Fork 0

Lootboxes: remove notification to Carp.

master
Snakes 2022-05-18 17:33:40 -04:00
parent 38680fd38c
commit 289a00c302
1 changed files with 0 additions and 2 deletions

View File

@ -82,8 +82,6 @@ def buy(v, award):
g.db.add(v)
if award == "lootbox":
if CARP_ID and v.id != CARP_ID:
send_repeatable_notification(CARP_ID, f"@{v.username} bought a lootbox!")
lootbox_items = []
for i in [1,2,3,4,5]:
award = random.choice(["firework", "confetti", "ricardo", "wholesome", "shit", "fireflies", "scooter", "train"])