fix /grassed

Aevann 2024-04-18 22:08:06 +02:00
parent 4b2dc334b3
commit 476ca2c896
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ def banned(v):
@auth_required
def grassed(v):
users = g.db.query(User).filter(
User.ban_reason.like('grass award used by @%'),
User.ban_reason.like('Grass award used by @%'),
User.unban_utc > time.time(),
)