Discord bot + payment links (MercadoPago, PicPay, PayPal, PIX) + automatic VIP delivery via RCON for SCUM.
- Copy
config.example.jsontoconfig.jsonand fill values. - Create
.envfrom.env.exampleand fill secrets. - Install:
npm install - Start server (webhooks / create-order):
npm run server - Start bot:
npm start
- Use ngrok in development to expose
config.server.public_url. - Configure webhooks on providers to point to:
- /webhook/mercadopago
- /webhook/picpay
- /webhook/paypal
- Do not commit secrets to git.