forked from rDrama/rDrama
1
0
Fork 0

make everyone who joins house edgy in the next 48hours a founder

master
Aevann 2023-06-26 18:08:20 +03:00
parent 3d3e517a4c
commit da9c19a54a
1 changed files with 4 additions and 0 deletions

View File

@ -360,6 +360,10 @@ def settings_personal_post(v):
if not success: abort(403)
if house == "None": house = ''
if house == "Edgy" and time.time() < 1687964863:
house = "Edgy Founder"
v.house = house
updated = True