Skip to content

Commit

Permalink
fix: message lost
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki committed Feb 15, 2023
1 parent 094fe45 commit 968bd1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kokkoro-plugin-chatgpt",
"version": "1.0.0",
"version": "1.0.1",
"description": "年轻人的第一款人工智能",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugin
.version(version)

plugin
.command('send')
.command('send <message>')
.description('发送消息')
.sugar(/^\s?(?<message>.+)$/)
.action(async (ctx) => {
Expand Down

0 comments on commit 968bd1e

Please sign in to comment.