mirror of https://github.com/franjsco/lscanbot
Edit username
This commit is contained in:
parent
da0ec71ba5
commit
7137d41ac4
|
@ -59,4 +59,4 @@ In order to use this bot is required that the code is hosted on a GNU/Linux syst
|
||||||
GPLv3
|
GPLv3
|
||||||
|
|
||||||
---
|
---
|
||||||
Made with ❤️ by Francesco Esposito ([@frsposito](https://github.com/frsposito))
|
Made with ❤️ by Francesco Esposito ([@franjsco](https://github.com/franjsco))
|
|
@ -10,14 +10,14 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/frsposito/lscanbot.git"
|
"url": "git+https://github.com/franjsco/lscanbot.git"
|
||||||
},
|
},
|
||||||
"author": "frsposito",
|
"author": "franjsco",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/frsposito/lscanbot/issues"
|
"url": "https://github.com/franjsco/lscanbot/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/frsposito/lscanbot#readme",
|
"homepage": "https://github.com/franjsco/lscanbot#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"arpscan": "^0.6.0",
|
"arpscan": "^0.6.0",
|
||||||
"bunyan": "^1.8.12",
|
"bunyan": "^1.8.12",
|
||||||
|
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 527 KiB After Width: | Height: | Size: 527 KiB |
4
utils.js
4
utils.js
|
@ -7,13 +7,13 @@ function isAuthorizedUser(userId) {
|
||||||
function templateStart() {
|
function templateStart() {
|
||||||
const msg = `* Welcome to ${appConfig.app.name} 📱📡*\n
|
const msg = `* Welcome to ${appConfig.app.name} 📱📡*\n
|
||||||
A bot to find devices on your network. \n
|
A bot to find devices on your network. \n
|
||||||
Made with ❤️ by @frsposito `;
|
Made with ❤️ by @franjsco `;
|
||||||
return msg;
|
return msg;
|
||||||
}
|
}
|
||||||
|
|
||||||
function templateUnauthorizedUser() {
|
function templateUnauthorizedUser() {
|
||||||
const msg = `Unauthorized user. 🤖 \n
|
const msg = `Unauthorized user. 🤖 \n
|
||||||
Clone the repository https://github.com/frsposito/lscanbot
|
Clone the repository https://github.com/franjsco/lscanbot
|
||||||
and run the bot on your local network. 😎`;
|
and run the bot on your local network. 😎`;
|
||||||
return msg;
|
return msg;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue