await performExpandAction()

in src/actions/Expand.ts [60:64]


      await performExpandAction(interaction, 1, 1).catch((e) => {
        if (LOG_ERRORS) {
          console.log(e);
        }
      });