Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.21.1/axios.min.js"></script>
|
10 |
<script>
|
11 |
// Replace 'YOUR_BOT_TOKEN' with your actual bot token
|
12 |
-
const botToken = '
|
13 |
function sendMessage(chatId, text) {
|
14 |
const url = `https://api.telegram.org/bot${botToken}/sendMessage`;
|
15 |
const params = { chat_id: chatId, text: text };
|
|
|
9 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.21.1/axios.min.js"></script>
|
10 |
<script>
|
11 |
// Replace 'YOUR_BOT_TOKEN' with your actual bot token
|
12 |
+
const botToken = '';
|
13 |
function sendMessage(chatId, text) {
|
14 |
const url = `https://api.telegram.org/bot${botToken}/sendMessage`;
|
15 |
const params = { chat_id: chatId, text: text };
|