show modlog

master
Aevann 2024-11-09 21:31:24 +00:00
parent 1b777a74ce
commit 296265211a
1 changed files with 1 additions and 1 deletions

View File

@ -1151,6 +1151,6 @@ def settings_birthday(v):
unban_utc = birthday_utc + 31556952 * 18
days = (unban_utc - time.time()) / 86400
days += random.randint(1, 40)
v.ban(reason=f"Underage (birthday)", days=days, modlog=False)
v.ban(reason=f"Underage (birthday)", days=days)
return {"message": "Birthday successfully updated!"}