fix: at都被挤到消息最前面的问题

This commit is contained in:
ikechan8370 2023-04-12 20:03:41 +08:00
parent 7bf5996dce
commit 8bdbd623b3
10 changed files with 18 additions and 53 deletions

View file

@ -6,7 +6,7 @@ import fs from 'fs'
import { emojiRegex, googleRequestUrl } from '../utils/emoj/index.js'
import fetch from 'node-fetch'
import { mkdirs } from '../utils/common.js'
import uploadRecord from "../utils/uploadRecord.js";
import uploadRecord from '../utils/uploadRecord.js'
let useSilk = false
try {

View file

@ -1,6 +1,5 @@
import plugin from '../../../lib/plugins/plugin.js'
import { Config } from '../utils/config.js'
import { BingAIClient } from '@waylaidwanderer/chatgpt-api'
import { exec } from 'child_process'
import { checkPnpm, formatDuration, parseDuration, getPublicIP } from '../utils/common.js'
import SydneyAIClient from '../utils/SydneyAIClient.js'