A small project I made for friends. There are very little features but it might be useful to someone in some way. You can easily build on this if you know NodeJS, adding any features and configuring to your needs.
- NodeJS (Download https://nodejs.org/en/download/)
- GIT (Download https://git-scm.com/downloads)
- Clone the repository using
git clone https://github.com/itsmeleow/sneaker-discord-bot
. - Navigate to the repository using a file manager or
cd sneaker-discord-bot
on your terminal/command prompt. - Open
config/config.json
and edit the file.
{
"discordBotToken": "HIDDEN-FOR-PRIVACY-REPLACE-HERE",
"colorHexCode": "#000000",
"embedFooter": "@nucleisoftware",
"pingRoleID": "REPLACE-ID-HERE",
"checkpointChannelID": "REPLACE-ID-HERE",
"shopifyChannelID": "REPLACE-ID-HERE"
}
- Add proxies to
config/proxies.txt
.
Download all the required dependencies.
npm install
Start the program.
node src/index.js