mioki 0.6.4 → 0.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -937,7 +937,7 @@ function getMiokiLogger(level) {
|
|
|
937
937
|
|
|
938
938
|
//#endregion
|
|
939
939
|
//#region package.json
|
|
940
|
-
var version = "0.6.
|
|
940
|
+
var version = "0.6.5";
|
|
941
941
|
|
|
942
942
|
//#endregion
|
|
943
943
|
//#region src/actions.ts
|
|
@@ -1761,7 +1761,7 @@ async function start(options = {}) {
|
|
|
1761
1761
|
logger.info(consola_utils.colors.dim("=".repeat(40)));
|
|
1762
1762
|
logger.info(consola_utils.colors.dim(consola_utils.colors.italic(`作者: Viki <hi@viki.moe> (https://github.com/vikiboss)`)));
|
|
1763
1763
|
logger.info(consola_utils.colors.dim(consola_utils.colors.italic(`仓库: https://github.com/vikiboss/mioki`)));
|
|
1764
|
-
logger.info(consola_utils.colors.dim(consola_utils.colors.italic(`文档: https://mioki.viki.moe
|
|
1764
|
+
logger.info(consola_utils.colors.dim(consola_utils.colors.italic(`文档: https://mioki.viki.moe`)));
|
|
1765
1765
|
logger.info(consola_utils.colors.dim("=".repeat(40)));
|
|
1766
1766
|
logger.info(`${consola_utils.colors.dim("工作目录: ")}${consola_utils.colors.blue(BOT_CWD.value)}`);
|
|
1767
1767
|
logger.info(`${consola_utils.colors.dim("插件目录: ")}${consola_utils.colors.blue(plugin_dir)}`);
|