fix leave alarm (#1265)
This commit is contained in:
+3
-3
@@ -157,9 +157,9 @@ TIER_ENFORCEMENT_TS: int = 1778107232
|
||||
Tier = Literal["standard", "pro", "max"]
|
||||
|
||||
TIER_NOTIF_CAPS: Dict[str, Dict[str, Optional[int]]] = {
|
||||
"standard": {"Logs": 10, "Points": 10},
|
||||
"pro": {"Logs": 25, "Points": 25},
|
||||
"max": {"Logs": None, "Points": None},
|
||||
"standard": {"Logs": 10, "Points": 10, "Leave": 10},
|
||||
"pro": {"Logs": 25, "Points": 25, "Leave": 25},
|
||||
"max": {"Logs": None, "Points": None, "Leave": None},
|
||||
}
|
||||
|
||||
TIER_ALLOWS_WILDCARDS: Dict[str, bool] = {
|
||||
|
||||
Reference in New Issue
Block a user