добавлен модуль welcome

This commit is contained in:
2024-08-11 16:15:47 +03:00
parent e3443f835a
commit 5732b1bcc3
10 changed files with 515 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ async def main():
# safe=False из-за super().__init__()
module_loader("standard", "filters", safe=False),
module_loader("standard", "report"),
module_loader("standard", "welcome", safe=False),
]
)
await ocab.start()