function mockAKID()

in commands/list.js [5:7]


function mockAKID(id) {
  return `***${id.substring(id.length - 3, id.length)}`;
}