Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Apr 4, 2021
1 parent fb7bed9 commit 3c20f2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example.js
Original file line number Diff line number Diff line change
@@ -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 +
Expand Down

0 comments on commit 3c20f2c

Please sign in to comment.