@sjtdev/koishi-plugin-dota2tracker 1.2.5-fix2 → 1.2.5-fix3

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -1693,7 +1693,7 @@ async function apply(ctx, config) {
1693
1693
  try {
1694
1694
  await sendMessageToChannel(
1695
1695
  ctx,
1696
- guild.guildId,
1696
+ guild,
1697
1697
  // [`${guild.platform}:${guild.guildId}`],
1698
1698
  `昨日总结:
1699
1699
  ${currentsubscribedPlayers.map(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sjtdev/koishi-plugin-dota2tracker",
3
3
  "description": "koishi插件-追踪群友的DOTA2对局",
4
- "version": "1.2.5-fix2",
4
+ "version": "1.2.5-fix3",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [