A discord bot that works like an ecommerce, you can sell any kind of digital product to users of your discord server. For now, pix is the unique payment method avaliable.
The API used to handle products, stocks and payments can be found here: Pix Integration with Nest.js
- Discord.js
- Typescript
🚀 How to run1
First of all, you'll need to set up the enviroment.
Following the .env.example
, implement .env
file and insert the values of variables.
# development
$ yarn dev
# production mode
$ yarn start
Footnotes
-
PS: You have to provide an API for handling backend, like my recommendation in the top of this text. ↩