mirror of https://github.com/franjsco/lscanbot
update name
This commit is contained in:
parent
10046b6a67
commit
79303bfc01
|
@ -49,4 +49,4 @@ In order to use this bot is required that the code is hosted on a linux system c
|
||||||
GPLv3
|
GPLv3
|
||||||
|
|
||||||
---
|
---
|
||||||
Made with ❤️ by Francesco Esposito ([@ovfl0w](https://github.com/ovfl0w))
|
Made with ❤️ by Francesco Esposito ([@f3sposito](https://github.com/f3sposito))
|
|
@ -12,7 +12,7 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/ovfl0w/lscanbot.git"
|
"url": "git+https://github.com/ovfl0w/lscanbot.git"
|
||||||
},
|
},
|
||||||
"author": "ovfl0w",
|
"author": "f3sposito",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ovfl0w/lscanbot/issues"
|
"url": "https://github.com/ovfl0w/lscanbot/issues"
|
||||||
|
|
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 @ovfl0w `;
|
Made with ❤️ by @f3sposito `;
|
||||||
return msg;
|
return msg;
|
||||||
}
|
}
|
||||||
|
|
||||||
function templateUnauthorizedUser() {
|
function templateUnauthorizedUser() {
|
||||||
const msg = `Unauthorized user. 🤖 \n
|
const msg = `Unauthorized user. 🤖 \n
|
||||||
Clone the repository https://github.com/ovfl0w/lscanbot
|
Clone the repository https://github.com/f3sposito/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