mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: ?
This commit is contained in:
parent
46dc1a8c39
commit
bcb19db162
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ export class QueryStarRailTool extends AbstractTool {
|
|||
let { Panel } = await import('../../../StarRail-plugin/apps/panel.js')
|
||||
uid = await redis.get(`STAR_RAILWAY:UID:${qq}`)
|
||||
let panel = new Panel(e)
|
||||
panel.e = e
|
||||
e.msg = '*面板' + uid
|
||||
e.user_id = qq
|
||||
e.isSr = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue