edit user ref

This commit is contained in:
Francesco Esposito 2019-07-23 21:38:51 +02:00
parent dd5cd00298
commit 5977156c34
2 changed files with 7 additions and 7 deletions

View File

@ -19,12 +19,12 @@
}, },
"repository": { "repository": {
"type": "git", "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", "license": "GPL-3.0-or-later",
"bugs": { "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"
} }

View File

@ -8,10 +8,10 @@ function welcome() {
A bot to track your devices with GPS. A bot to track your devices with GPS.
Please, read the README on Please, read the README on
https://github.com/frab1t/trackmyd-bot https://github.com/frsposito/trackmyd-bot
to configure the bot. to configure the bot.
Made with by @frab1t`; Made with by Francesco Esposito`;
return msg; return msg;
} }
@ -28,7 +28,7 @@ function help() {
function unauthorizedUser() { function unauthorizedUser() {
const msg = `Unauthorized user. 🤖 \n 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. 😎`; and run the bot on your local network. 😎`;
return msg; return msg;
} }