misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli 2021-04-04 15:32:15 +02:00
parent fb7bed9b6b
commit 3c20f2c9aa
No known key found for this signature in database
GPG key ID: 82E42E7F3B34C97E

View file

@ -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 +