-
请问v1如何调用前端自定义的api,前端使用了非nonebot标准的api是否可以调用 |
Beta Was this translation helpful? Give feedback.
Answered by
yanyongyu
Dec 18, 2021
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zangxx66
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
await bot.your_api(**kwargs)
或者bot.call_action("your_api", **kwargs)