Skip to content

Commit

Permalink
Merge pull request #14 from GangFaDeShenMe/patch-1
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
XasYer authored Nov 30, 2024
2 parents 843379c + 4200578 commit 36868fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const rule = {
}
}).filter(Boolean)
if (!games.length) {
await e.reply(`没有所有到${name}相关的游戏, 换个关键词试试?`)
await e.reply(`没有搜索到${name}相关的游戏, 换个关键词试试?`)
return true
}
const screenshotOptions = {
Expand Down

0 comments on commit 36868fe

Please sign in to comment.