From 568ac7d4b38a72dbdab80ce909a4e1ebe0e8a1fe Mon Sep 17 00:00:00 2001 From: blakewenloe Date: Thu, 4 Jul 2019 17:21:36 -0400 Subject: [PATCH] changed ?call command to ?loc --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 1bf8fd2..9191426 100644 --- a/bot.js +++ b/bot.js @@ -36,7 +36,7 @@ client.on("message", message => { .trim() .split(/ +/g); const command = args.shift(); - if (command === "call") { + if (command === "loc") { let callsign = args.join("").toLowerCase(); getLocationInfo(callsign, message); return;