mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-18 18:10:37 +08:00
refactor(commands): 重构/help指令以动态显示实际命令并补充部分命令描述
This commit is contained in:
@@ -244,7 +244,7 @@ class Main(star.Star):
|
||||
|
||||
@filter.command_group("pi")
|
||||
def pi(self):
|
||||
pass
|
||||
"""代码执行器配置"""
|
||||
|
||||
@pi.command("absdir")
|
||||
async def pi_absdir(self, event: AstrMessageEvent, path: str = ""):
|
||||
|
||||
Reference in New Issue
Block a user