Dooratre commited on
Commit
805a9de
1 Parent(s): 361b655

Update index.html

Browse files
Files changed (1) hide show
  1. 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 = '7405960993:AAH1YTmoam4-Afk_QHsAcAObrdXwAlzfsaQ';
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 };