Remove vestigial user ID special cases.
This commit is contained in:
parent
010c56a35e
commit
9de6f20dea
13 changed files with 11 additions and 94 deletions
|
@ -261,10 +261,6 @@ 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
|
||||
|
||||
if updated:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue