mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-Nonebot.git
synced 2026-04-01 22:04:51 +00:00
测试wenku8连通
This commit is contained in:
parent
0d38f6cba8
commit
d9ac65928c
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ login_data = {
|
|||
'usecookie': '0',
|
||||
'action': 'login'
|
||||
}
|
||||
wenku8 = on_command("/wenku8", rule=to_me(), priority=10, block=True)
|
||||
wenku8 = on_command("wenku8", rule=to_me(), priority=10, block=True)
|
||||
@wenku8.handle()
|
||||
async def wenku8():
|
||||
# 注意:这里使用了Session对象来保持会话状态
|
||||
|
|
|
|||
Loading…
Reference in a new issue