Skip to content

Instantly share code, notes, and snippets.

@etrex
Created February 13, 2020 13:15
Show Gist options
  • Select an option

  • Save etrex/904f4e3d4f1b02df489193609240d2ff to your computer and use it in GitHub Desktop.

Select an option

Save etrex/904f4e3d4f1b02df489193609240d2ff to your computer and use it in GitHub Desktop.
module.exports = async function App(context) {
const liffUrl = `https://liff.line.me/${process.env.LINE_LIFF_ID}`;
await context.sendText(liffUrl);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment