mioki 0.9.0 → 0.9.1
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/cli.cjs +1 -1
- package/dist/cli.mjs +1 -1
- 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/dist/package-CbQDT4KP.mjs +6 -0
- package/dist/package-CbQDT4KP.mjs.map +1 -0
- package/dist/{package-BMRAnl4f.cjs → package-DRiVbSa9.cjs} +2 -2
- package/dist/package-DRiVbSa9.cjs.map +1 -0
- package/package.json +2 -2
- package/dist/package-BMRAnl4f.cjs.map +0 -1
- package/dist/package-CDtL5_dK.mjs +0 -6
- package/dist/package-CDtL5_dK.mjs.map +0 -1
package/dist/cli.cjs
CHANGED
package/dist/cli.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_package = require('./package-
|
|
1
|
+
const require_package = require('./package-DRiVbSa9.cjs');
|
|
2
2
|
let node_fs = require("node:fs");
|
|
3
3
|
node_fs = require_package.__toESM(node_fs);
|
|
4
4
|
let node_util = require("node:util");
|
|
@@ -975,7 +975,7 @@ async function noticeGroups(bot, groupIdList, message, delay = 1e3) {
|
|
|
975
975
|
* 群发好友消息
|
|
976
976
|
*/
|
|
977
977
|
async function noticeFriends(bot, friendIdList, message, delay = 1e3) {
|
|
978
|
-
if (!bot.isOnline) {
|
|
978
|
+
if (!bot.isOnline()) {
|
|
979
979
|
logger.error("发送失败,Bot 不在线");
|
|
980
980
|
return;
|
|
981
981
|
}
|