@alemonjs/kook 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/lib/index.js +2 -2
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -49,7 +49,7 @@ var index = defineBot(() => {
49
49
  return url;
50
50
  }
51
51
  };
52
- const UserKey = createHash(`qq:${event.author_id}`);
52
+ const UserKey = createHash(`kook:${event.author_id}`);
53
53
  // 定义消
54
54
  const e = {
55
55
  // 事件类型
@@ -138,7 +138,7 @@ var index = defineBot(() => {
138
138
  return url;
139
139
  }
140
140
  };
141
- const UserKey = createHash(`qq:${event.author_id}`);
141
+ const UserKey = createHash(`kook:${event.author_id}`);
142
142
  // 定义消
143
143
  const e = {
144
144
  // 事件类型
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alemonjs/kook",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "kook-bot",
5
5
  "author": "lemonade",
6
6
  "license": "MIT",