This commit is contained in:
Aevann1 2021-09-16 19:02:58 +02:00
parent 1ee681b8f3
commit ee7226448e
14 changed files with 160 additions and 6 deletions

View file

@ -489,6 +489,8 @@ class User(Base, Stndrd, Age_times):
self.unban_utc = 0
g.db.add(self)
g.db.commit()
@property
def is_suspended(self):