fix: post processors

This commit is contained in:
ikechan8370 2025-02-19 13:10:59 +08:00
parent 20195ecfdf
commit 5add41c982
4 changed files with 138 additions and 42 deletions

View file

@ -43,7 +43,7 @@ export class QueryStarRailTool extends AbstractTool {
e.user_id = qq
e.isSr = true
await ProfileList.render(e)
return 'the player panel of genshin impact has been sent to group. you don\'t need text version'
return 'the player panel of star rail has been sent to group. you don\'t need text version'
}
} catch (err) {
return `failed to query, error: ${err.toString()}`