forked from rDrama/rDrama
1
0
Fork 0
master
Aevann 2024-02-14 18:02:34 +02:00
parent f77fbecf49
commit 9cbe5d9627
1 changed files with 1 additions and 1 deletions

View File

@ -1144,7 +1144,7 @@ def chud(fullname, v):
user.chud = 1
duration = "permanently"
user.chud_phrase = request.values.get("chud_phrase").strip()
user.chud_phrase = request.values.get("chud_phrase").strip().lower()
text = f"@{v.username} (a site admin) has chudded you **{duration}**"
if reason: text += f" for the following reason:\n\n> {reason}"