Compare commits
2 Commits
63164d2169
...
master
Author | SHA1 | Date | |
---|---|---|---|
32e6c4e96f | |||
8c27fb7c37 |
@@ -50,7 +50,7 @@ class PyroClient(PyroClient):
|
|||||||
def __init__(self, scheduler: AsyncIOScheduler):
|
def __init__(self, scheduler: AsyncIOScheduler):
|
||||||
super().__init__(locales_root=Path("locale"), scheduler=scheduler)
|
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.owner: int = self.config["bot"]["owner"]
|
||||||
self.admins: List[int] = self.config["bot"]["admins"] + [
|
self.admins: List[int] = self.config["bot"]["admins"] + [
|
||||||
|
Reference in New Issue
Block a user