From 968cc8e4543994493214822b53c99c9e5c6ad7bb Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Wed, 11 Jan 2017 20:56:09 +0800 Subject: [PATCH] Fix bug in xiaoice command --- commands/ai.py | 1 + 1 file changed, 1 insertion(+) 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