Reviewed-on: #33
This commit is contained in:
Profitroll 2023-07-06 17:35:12 +03:00
parent 63164d2169
commit fe8b562a7e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class PyroClient(PyroClient):
def __init__(self, scheduler: AsyncIOScheduler):
super().__init__(locales_root=Path("locale"), scheduler=scheduler)
self.version: float = 0.2
self.version: float = 0.3
self.owner: int = self.config["bot"]["owner"]
self.admins: List[int] = self.config["bot"]["admins"] + [