forked from rDrama/rDrama
1
0
Fork 0
Aevann 2023-06-29 23:15:12 +03:00
parent eeb975b177
commit 8b3388cb29
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ def transfers(v:User):
@app.get('/donate')
@limiter.limit(DEFAULT_RATELIMIT)
@is_not_permabanned
@auth_desired
def donate(v):
if v.shadowbanned or v.chud == 1 or v.is_permabanned:
abort(404)