Generate checkout links for shopify sites using discord
Node js
Go to https://discordapp.com/developers/applications/me and create a new app
Create a new bot user and copy the token
Create OAuth2 url and invite it to your server (give it admin permission)
Edit the config.json file and paste your token in the token section
Go to cmd and cd into the DiscordShopifyLinks folder
Type npm install
Run node index.js
In your discord server, try !links
followed by a shopify product link to get the checkout links!