Stefan - @stefa-n
Feely - @Feely3007
Campake - @penktastal
Stonkers brings shop owners closer to their customers by providing an integration between Discord & Medusajs
Before you start with the tutorial make sure you have
- Node.js v16.9.0 or greater installed on your machine
- Medusa fully set up
- Clone the repository:
git clone https://github.com/superstashed/medusa-stonkers
-
Configuration: Change the configuration to your liking.
-
Create a MySQL table called discord with:
- column called discord of type BIGINT
- column called cookie of type TEXT
- Change directory and install dependencies:
cd medusa-stonkers
npm install
- Run!
node .
- If you'd like to save tickets (change it in config.json) make sure you have enabled the "Message Content" Intent in your Discord Developer Portal under the "Bot" category