koishijs / chatgpt-bot

AI conversation based on ChatGPT | 基于 ChatGPT 的 AI 对话机器人
https://chatgpt.koishi.chat
MIT License
70 stars 13 forks source link

fix: command input type #11

Closed MaikoTan closed 1 year ago

MaikoTan commented 1 year ago

This PR fixes the positional parameter type as text, so if the user enters sentences with spaces, the parts after the space would not be stripped.

Also add a convenient way to handle empty input error.