mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2025-09-11 22:56:22 +00:00
⚡合并轻雪f22f4d2更新,增加人性化语言内容。
This commit is contained in:
12
liteyuki/__init__.py
Normal file
12
liteyuki/__init__.py
Normal file
@ -0,0 +1,12 @@
|
||||
from liteyuki.bot import (
|
||||
LiteyukiBot,
|
||||
get_bot
|
||||
)
|
||||
|
||||
# def get_bot_instance() -> LiteyukiBot | None:
|
||||
# """
|
||||
# 获取轻雪实例
|
||||
# Returns:
|
||||
# LiteyukiBot: 当前的轻雪实例
|
||||
# """
|
||||
# return _BOT_INSTANCE
|
Reference in New Issue
Block a user