From 3c20f2c9aa2eb11bdff6c85ce1aa75b69ceffda3 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Sun, 4 Apr 2021 15:32:15 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- example.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example.js b/example.js index 89edcae7..6e02976a 100644 --- a/example.js +++ b/example.js @@ -1,6 +1,6 @@ -const wifiInterface = 'put the wifi interface to put in monitor mode here'; -const telegramToken = 'put your telegram bot token here'; -const telegramChatId = 'put your telegram chat id here'; +var wifiInterface = 'put the wifi interface to put in monitor mode here'; +var telegramToken = 'put your telegram bot token here'; +var telegramChatId = 'put your telegram chat id here'; function sendMessage(message) { var url = 'https://api.telegram.org/bot' + telegramToken +