forked from rDrama/rDrama
1
0
Fork 0

im retared

master
Aevann 2023-10-05 12:49:07 +03:00
parent 86adb7c5c0
commit 90955104fb
1 changed files with 1 additions and 1 deletions

View File

@ -1264,7 +1264,7 @@ class User(Base):
@property
@lazy
def can_see_shadowbanned(self):
return (self.can_see_shadowbanned)
return (self.admin_level >= PERMS['USER_SHADOWBAN'])
@property
@lazy