diff --git a/files/helpers/actions.py b/files/helpers/actions.py index 5c1e8595e..d1464d26a 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -425,7 +425,7 @@ def execute_under_siege(v:User, target:Optional[Union[Submission, Comment]], bod kind="shadowban", user_id=AUTOJANNY_ID, target_user_id=v.id, - _note=f'reason: "Under Siege ({type} {v.age}s)"' + _note=f'reason: "Under Siege ({type}, {v.age} seconds)"' ) g.db.add(ma)