细节优化

This commit is contained in:
🌌
2024-02-01 11:40:32 +08:00
parent 2694270ff9
commit 2bc4878bc2

View File

@@ -427,7 +427,7 @@ export default class {
* @return {Object}
*/
async thumbUp (uid, times = 1) {
let core = this.Bot.core
let core = this.Bot.icqq?.core
if (!core) try {
core = (await import('icqq')).core
} catch (error) {