diff --git a/package.json b/package.json index 24f2cd8..c7759a6 100644 --- a/package.json +++ b/package.json @@ -19,12 +19,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/frab1t/trackmyd-bot.git" + "url": "git+https://github.com/frsposito/trackmyd-bot.git" }, - "author": "frab1t", + "author": "frsposito", "license": "GPL-3.0-or-later", "bugs": { - "url": "https://github.com/frab1t/trackmyd-bot/issues" + "url": "https://github.com/frsposito/trackmyd-bot/issues" }, - "homepage": "https://github.com/frab1t/trackmyd-bot#readme" + "homepage": "https://github.com/frsposito/trackmyd-bot#readme" } diff --git a/templates.js b/templates.js index ea40e19..1efd4f8 100644 --- a/templates.js +++ b/templates.js @@ -8,10 +8,10 @@ function welcome() { A bot to track your devices with GPS. Please, read the README on -https://github.com/frab1t/trackmyd-bot +https://github.com/frsposito/trackmyd-bot to configure the bot. -Made with ❤️ by @frab1t`; +Made with ❤️ by Francesco Esposito`; return msg; } @@ -28,7 +28,7 @@ function help() { function unauthorizedUser() { const msg = `Unauthorized user. 🤖 \n -Clone the repository https://github.com/frab1t/trackmyd-bot +Clone the repository https://github.com/frsposito/trackmyd-bot and run the bot on your local network. 😎`; return msg; }