platform staff

This commit is contained in:
emmatveev 2023-11-11 13:22:26 +03:00
parent adb30d11e3
commit dfbc0c5057

View File

@ -80,7 +80,7 @@ class Platform:
self.telegram_id = telegram_id
@property
def is_staff(self):
def platform_staff(self):
return self.platform.get_staff(self.telegram_id)
@property