mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: post processors
This commit is contained in:
parent
20195ecfdf
commit
5add41c982
4 changed files with 138 additions and 42 deletions
|
|
@ -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()}`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue