fix /grassed

master
Aevann 2024-04-18 22:22:43 +02:00
parent 454939cdc3
commit 45317c197d
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(),
)