fix UnauthorizedUser template

This commit is contained in:
Francesco Esposito 2019-02-19 14:56:38 +01:00
parent 1980dffaca
commit 874eea1c02
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ function templateHelp() {
function templateUnauthorizedUser() {
const msg = `Unauthorized user. 🤖 \n
Clone the repository https://github.com/frab1t/lscanbot
Clone the repository https://github.com/frab1t/trackmyd-bot
and run the bot on your local network. 😎`;
return msg;
}