rewrite: New bot framework.

This commit is contained in:
2022-11-02 07:24:57 +02:00
parent 069c032e02
commit b27ee447b3
8 changed files with 303 additions and 591 deletions

View File

@@ -1,9 +1,5 @@
from .logger import log, logger
from . import interactions
from . import patches
from .client import client
from .LionBot import LionBot
from .config import conf
from .args import args
from . import sharding
from . import logger