mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-07 20:46:45 +00:00
⚡ improve ding adapter
add tests/test_ding.py add some log
This commit is contained in:
@ -11,8 +11,3 @@ test_command = on_startswith("hello", to_me(), permission=SUPERUSER)
|
||||
@test_command.handle()
|
||||
async def test_handler(bot: CQHTTPBot):
|
||||
await test_command.finish("cqhttp hello")
|
||||
|
||||
|
||||
@test_command.handle()
|
||||
async def test_handler(bot: DingBot):
|
||||
await test_command.finish("ding hello")
|
||||
|
Reference in New Issue
Block a user