mioku-plugin-admin 3.0.1 → 3.0.2

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/notify/welcome.ts CHANGED
@@ -135,7 +135,7 @@ async function flushBatch(options: {
135
135
 
136
136
  try {
137
137
  await chatRuntime.generateNotice({
138
- selfId,
138
+ selfId: Number(selfId),
139
139
  groupId,
140
140
  send: true,
141
141
  instruction: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mioku-plugin-admin",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "管理插件,提供事件通知与群管/个人管理指令",
5
5
  "main": "index.ts",
6
6
  "type": "module",