1
0
Fork 0

changed ?call command to ?loc

master
blakewenloe 5 years ago
parent 05fb19d528
commit 568ac7d4b3

@ -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;

Loading…
Cancel
Save