mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-07-15 04:33:01 +08:00
18 lines
394 B
Python
18 lines
394 B
Python
import nonebot
|
||
|
||
from . import (
|
||
post,
|
||
send,
|
||
types,
|
||
utils,
|
||
config,
|
||
platform,
|
||
scheduler,
|
||
admin_page,
|
||
config_manager,
|
||
)
|
||
|
||
__help__version__ = "0.4.3"
|
||
__help__plugin__name__ = "nonebot_bison"
|
||
__usage__ = "本bot可以提供b站、微博等社交媒体的消息订阅,详情" "请查看本bot文档,或者at本bot发送“添加订阅”订阅第一个帐号"
|