whatsapp-chess-bot 1.0.2 → 1.0.3

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -39,7 +39,7 @@ client.on('message_create', async (msg) => {
39
39
  imageMessageIds: []
40
40
  };
41
41
  await deletePastImages(chatId);
42
- await client.sendMessage(chatId, "♟️ *Chess Started!* Use the polls to play.");
42
+ await client.sendMessage(chatId, "♟️ *Chess Started!* Use the polls to play. to ensure a smooth experience please turn on disappering messages for this chat, as mesges may accumulate.");
43
43
  await sendChessBoard(chatId);
44
44
  await sendPiecePoll(chatId);
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whatsapp-chess-bot",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A WhatsApp bot that lets you play chess via interactive polls with an AI opponent",
5
5
  "main": "index.js",
6
6
  "scripts": {