We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438b96c commit 89a1ee7Copy full SHA for 89a1ee7
nonebot_plugin_deepseek/extension.py
@@ -34,4 +34,7 @@ def id(self) -> str:
34
async def parse_wrapper(self, bot: Bot, state: T_State, event: Event, res: Arparma) -> None:
35
if res.subcommands.get("model") and not res.subcommands["model"].options:
36
res.subcommands["model"].options.setdefault("list", OptionResult())
37
+ elif res.subcommands.get("tts") and not res.subcommands["tts"].options:
38
+ res.subcommands["tts"].options.setdefault("list", OptionResult())
39
+
40
return None
0 commit comments