remove "anymore"

pull/216/head
Aevann 2023-10-13 22:01:04 +03:00
parent e0d5fb6374
commit 9db8bdcd67
1 changed files with 1 additions and 1 deletions

View File

@ -808,7 +808,7 @@ def unchud(fullname, v):
user = get_account(fullname)
if not user.chudded_by:
abort(403, "Jannies can't undo chud awards anymore!")
abort(403, "Jannies can't undo chud awards!")
user.chud = 0
user.chud_phrase = None