Current limitations:
- Can only extract first link.
- Can only extract message before first link.
Based on: https://hackernoon.com/a-discord-bot-to-save-messages-as-notion-notes
- Follow instructions on article above, up to creating a script, to get needed values
- Install dependecies with
npm-install
- Rename
.env.example
to.env
, and set values inside (instructions for getting these values in the article above) - Run script with 'node index.js'