mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
Update index.js (#91)
This commit is contained in:
parent
4333ef81ef
commit
6df4736a63
5
index.js
5
index.js
@ -8,8 +8,9 @@ if (isV3) {
|
|||||||
index = await Data.importModule('/plugins/miao-plugin/adapter', 'index.js')
|
index = await Data.importModule('/plugins/miao-plugin/adapter', 'index.js')
|
||||||
}
|
}
|
||||||
export const miao = index.miao || {}
|
export const miao = index.miao || {}
|
||||||
|
Bot.logger.info(`--------------------------`)
|
||||||
console.log(`喵喵插件${currentVersion}初始化~`)
|
Bot.logger.info(`喵喵插件${currentVersion}初始化~`)
|
||||||
|
Bot.logger.info(`--------------------------`)
|
||||||
|
|
||||||
setTimeout(async function () {
|
setTimeout(async function () {
|
||||||
let msgStr = await redis.get('miao:restart-msg')
|
let msgStr = await redis.get('miao:restart-msg')
|
||||||
|
Loading…
Reference in New Issue
Block a user