This project will go End of Life on November 18, 2023 and will no longer receive any new updates.
It is currently planned to reprogram and revive the project at some point when it is again possible and has the use.
The following services will no longer be available until further notice on November 18, 2023:
Service | Status |
---|---|
Security Updates | ❌ |
Version Updates | ❌ |
Support | 〽️ |
This project is a partner project of the Satowa Network. This project contains all the important files to have a Discord bot using Discord.JS that interacts with our Payments API.
- Download the project with
git clone https://github.com/Satowa-Network/ShopBot.git
- Navigate to the ShopBots folder and rename it to
.env
. - Edit the
.env
file and enter your data that you get from our website and that is adapted to your shop. - Now run
npm install
to install all the important packages such as dotenv, discord.js, etc. - Alternatively, you can simply run the
startServer.bat
regarding .4.
To add products, simply open the commands/slashCommands/buy.js
file.
Now you can also add all the products you have at line 14
IMPORTANT! Note that you should not add spaces to value and write everything in lowercase.
If your product has extras that can be added, you can also define them or completely remove them at line 38.