diff --git a/commands/ai.py b/commands/ai.py index 0fad2c58..f395db94 100644 --- a/commands/ai.py +++ b/commands/ai.py @@ -43,4 +43,5 @@ def xiaoice(args_text, ctx_msg, internal=False): reply = json['reply'] core.echo(reply, ctx_msg, internal) return reply + core.echo('小冰没有回复,请稍后再试', ctx_msg, internal) return None