halbot 1990.1.45 → 1990.1.46

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -178,7 +178,7 @@ const config = {
178
178
  // OPTIONAL, object.
179
179
  // Your own computer-vision engine.
180
180
  vision {
181
- see: [[OcrObjectDetectApi]],
181
+ see: [[ocrAndObjectDetectApi]],
182
182
  },
183
183
 
184
184
  // OPTIONAL, string.
@@ -197,7 +197,7 @@ const config = {
197
197
  // | priority: 100,
198
198
  // | func: action,
199
199
  // | };
200
- skillPath: '.\/skills',
200
+ skillPath: './skills',
201
201
 
202
202
  // OPTIONAL, object.
203
203
  // Using customized callback as storage engine.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "halbot",
3
3
  "description": "Just another ChatGPT/Bing Chat Telegram bob, which is simple design, easy to use, extendable and fun.",
4
- "version": "1990.1.45",
4
+ "version": "1990.1.46",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/halbot",
7
7
  "type": "module",