forked from rDrama/rDrama
1
0
Fork 0

no chud+marsify

master
Aevann 2023-04-03 02:59:24 +02:00
parent 7093663f09
commit 156d0a7058
1 changed files with 3 additions and 0 deletions

View File

@ -1044,6 +1044,9 @@ def agendaposter(id, v):
if user.agendaposter == 1:
abort(403, f"@{user.username} is already chudded permanently!")
if user.marsify:
abort(403, f"You can't chud someone while they're marsified!")
days = 0.0
try:
days = float(request.values.get("days"))