Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Change command error message
Browse files Browse the repository at this point in the history
  • Loading branch information
GWFrank committed Nov 14, 2022
1 parent 2d933a2 commit 461fabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def getCommand(event: MessageEvent):
"格式錯誤。\n"
"指令格式: answer <station_id> <your_answer>\n"
"範例: answer 1 定向越野好讚\n"
"備註: <station_id> 須為數字,答案不能含有空白、換行"
"備註: <station_id> 須為數字,<your_answer> 不能含有空白、換行"
)))
else:
uid = event.source.user_id
Expand Down

0 comments on commit 461fabf

Please sign in to comment.