mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 修复ap默认at机器人的问题
This commit is contained in:
parent
6e912d68c8
commit
37572bd635
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ export class APTool extends AbstractTool {
|
|||
|
||||
func = async function (opts, e) {
|
||||
let { prompt } = opts
|
||||
e.message = e.message.filter(m => m.type !== 'at' || m.qq !== Bot.uin)
|
||||
let ap
|
||||
try {
|
||||
// eslint-disable-next-line camelcase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue