From 874eea1c02fa36dfed999bcad52cf50a5b03fd83 Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frab1t@users.noreply.github.com> Date: Tue, 19 Feb 2019 14:56:38 +0100 Subject: [PATCH] fix UnauthorizedUser template --- utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.js b/utils.js index 40f010f..5dbd058 100644 --- a/utils.js +++ b/utils.js @@ -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; }