initial commit

This commit is contained in:
2024-01-02 00:25:23 +03:00
commit 26f511535a
27 changed files with 2023 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
from .config import Config
from .bot import Bot
from .logger import BotLogger, RequestLogger, ClientLogger
from main.plugins import Plugin, MethodWithPriority
from main.event import ChatEvent, Event
from main.message import Message, MessageArgs