veretube_bot_lib/veretube_bot/rank.py
2026-05-05 00:56:19 +02:00

5 lines
68 B
Python

class Rank:
MOD = 2
ADMIN = 3
OWNER = 4
CREATOR = 5