mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2025-02-12 22:00:24 +08:00
15 lines
171 B
Python
15 lines
171 B
Python
from . import (
|
|
satori,
|
|
onebot
|
|
)
|
|
|
|
|
|
def init(config: dict):
|
|
onebot.init()
|
|
satori.init(config)
|
|
|
|
|
|
def register():
|
|
onebot.register()
|
|
satori.register()
|