Skip to content

Commit

Permalink
fix: delete a
Browse files Browse the repository at this point in the history
  • Loading branch information
ikechan8370 committed Jun 25, 2023
1 parent ced2b4e commit d3cc6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/tools/QueryGenshinTool.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class QueryGenshinTool extends AbstractTool {
description: '游戏的uid,如果用户提供了则传入并优先使用'
}
},
required: ['qq', 'groupId']
required: ['qq']
}

func = async function (opts, e) {
Expand Down

0 comments on commit d3cc6e4

Please sign in to comment.