pain
This commit is contained in:
parent
472fe8e1ba
commit
879b206805
5 changed files with 33 additions and 35 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue