update name

This commit is contained in:
Francesco Esposito 2019-02-02 21:03:13 +01:00
parent 10046b6a67
commit 79303bfc01
3 changed files with 4 additions and 4 deletions

View File

@ -49,4 +49,4 @@ In order to use this bot is required that the code is hosted on a linux system c
GPLv3
---
Made with ❤️ by Francesco Esposito ([@ovfl0w](https://github.com/ovfl0w))
Made with ❤️ by Francesco Esposito ([@f3sposito](https://github.com/f3sposito))

View File

@ -12,7 +12,7 @@
"type": "git",
"url": "git+https://github.com/ovfl0w/lscanbot.git"
},
"author": "ovfl0w",
"author": "f3sposito",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ovfl0w/lscanbot/issues"

View File

@ -7,13 +7,13 @@ function isAuthorizedUser(userId) {
function templateStart() {
const msg = `* Welcome to ${appConfig.app.name} 📱📡*\n
A bot to find devices on your network. \n
Made with by @ovfl0w `;
Made with by @f3sposito `;
return msg;
}
function templateUnauthorizedUser() {
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. 😎`;
return msg;
}