mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08:00
13 lines
239 B
Python
13 lines
239 B
Python
from liteyuki.bot import (
|
|
LiteyukiBot,
|
|
get_bot
|
|
)
|
|
|
|
# def get_bot_instance() -> LiteyukiBot | None:
|
|
# """
|
|
# 获取轻雪实例
|
|
# Returns:
|
|
# LiteyukiBot: 当前的轻雪实例
|
|
# """
|
|
# return _BOT_INSTANCE
|