This commit is contained in:
Aevann1 2022-02-17 00:23:44 +02:00
parent 472fe8e1ba
commit 879b206805
5 changed files with 33 additions and 35 deletions

View file

@ -345,6 +345,10 @@ def settings_profile_post(v):
if house == "None": house = None
v.house = house
if v.house == "Vampire":
send_repeatable_notification(DAD_ID, f"@{v.username} has joined House Vampire!")
updated = True
quadrant = request.values.get("quadrant")