From 79303bfc0107bf972273016cad7923529e75036d Mon Sep 17 00:00:00 2001 From: Francesco Esposito Date: Sat, 2 Feb 2019 21:03:13 +0100 Subject: [PATCH] update name --- README.md | 2 +- package.json | 2 +- utils.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b25517..6ece3d9 100644 --- a/README.md +++ b/README.md @@ -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)) \ No newline at end of file +Made with ❤️ by Francesco Esposito ([@f3sposito](https://github.com/f3sposito)) \ No newline at end of file diff --git a/package.json b/package.json index 96410ba..fcab4b8 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/utils.js b/utils.js index 1b9ae14..a150c30 100644 --- a/utils.js +++ b/utils.js @@ -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; }