Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GangFaDeShenMe authored Nov 29, 2024
1 parent 843379c commit 4200578
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 4200578

Please sign in to comment.