From 461fabf0312bc7d4e6f552a0c8d12fe10a9784ba Mon Sep 17 00:00:00 2001 From: Frank Kuo Date: Mon, 14 Nov 2022 16:08:07 +0800 Subject: [PATCH] Change command error message --- bot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/bot.py b/bot/bot.py index 86849e0..8ef5086 100644 --- a/bot/bot.py +++ b/bot/bot.py @@ -218,7 +218,7 @@ def getCommand(event: MessageEvent): "格式錯誤。\n" "指令格式: answer \n" "範例: answer 1 定向越野好讚\n" - "備註: 須為數字,答案不能含有空白、換行" + "備註: 須為數字, 不能含有空白、換行" ))) else: uid = event.source.user_id