halbot 1993.2.86 → 1993.2.87

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/hal.mjs +1 -1
  2. package/package.json +1 -1
package/lib/hal.mjs CHANGED
@@ -8,7 +8,7 @@ import { readdirSync } from 'fs';
8
8
 
9
9
  const _NEED = ['lorem-ipsum', 'mime'];
10
10
  // 👇 https://core.telegram.org/bots/faq#my-bot-is-hitting-limits-how-do-i-avoid-this
11
- const table = 'utilitashal_events';
11
+ const table = 'utilitas_hal_events';
12
12
  const [PRIVATE_LIMIT, GROUP_LIMIT] = [60 / 60, 60 / 20].map(x => x * 1000);
13
13
  const log = (c, o) => utilitas.log(c, import.meta.url, { time: 1, ...o || {} });
14
14
  const [end, parse_mode] = [bot.end, bot.parse_mode];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "halbot",
3
3
  "description": "Just another `ChatGPT` / `Gemini` / `Claude` / `Azure` / `Jina` / `Ollama` Telegram bob, which is simple design, easy to use, extendable and fun.",
4
- "version": "1993.2.86",
4
+ "version": "1993.2.87",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/halbot",
7
7
  "type": "module",