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;