halbot 1995.1.47 → 1995.1.48

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/package.json +1 -1
  2. package/web/turn.html +1 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "halbot",
3
3
  "description": "Just another AI powered Telegram bot, which is simple design, easy to use, extendable and fun.",
4
- "version": "1995.1.47",
4
+ "version": "1995.1.48",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/halbot",
7
7
  "type": "module",
package/web/turn.html CHANGED
@@ -491,6 +491,7 @@
491
491
  // Set Chat ID from data
492
492
  if (chatData.chat_id) {
493
493
  chatId.textContent = `Chat ID: ${chatData.chat_id}`;
494
+ document.title = `HAL 9000 Chat: ${chatData.chat_id}`;
494
495
  } else {
495
496
  chatId.textContent = `Chat ID: UNKNOWN`;
496
497
  }