forked from saipo/astrbot_plugin_dajiao
提交测试内容
This commit is contained in:
parent
475270f133
commit
3d70a0c625
4
main.py
4
main.py
@ -128,7 +128,9 @@ class MyPlugin(Star):
|
|||||||
conn.close()
|
conn.close()
|
||||||
yield event.plain_result(f"昵称修改成功!\n新的昵称为:{name}")
|
yield event.plain_result(f"昵称修改成功!\n新的昵称为:{name}")
|
||||||
|
|
||||||
|
@filter.command("测试")
|
||||||
|
async def test(self, event: AstrMessageEvent, name: str):
|
||||||
|
yield event.plain_result(f"测试结果")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user