mirror of
https://github.com/bettercap/bettercap
synced 2025-07-07 05:22:04 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
fb7bed9b6b
commit
3c20f2c9aa
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
const wifiInterface = 'put the wifi interface to put in monitor mode here';
|
var wifiInterface = 'put the wifi interface to put in monitor mode here';
|
||||||
const telegramToken = 'put your telegram bot token here';
|
var telegramToken = 'put your telegram bot token here';
|
||||||
const telegramChatId = 'put your telegram chat id here';
|
var telegramChatId = 'put your telegram chat id here';
|
||||||
|
|
||||||
function sendMessage(message) {
|
function sendMessage(message) {
|
||||||
var url = 'https://api.telegram.org/bot' + telegramToken +
|
var url = 'https://api.telegram.org/bot' + telegramToken +
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue