- Install NodeJS https://nodejs.org/
- Open CMD and change directory to the solebox-order-checker folder
- Type
npm install
and wait until it is finished - Type
npm run build
Replace email
in accounts with your Solebox E-Mail and password
with your Solebox Password
Replace https://discordapp.com/api/webhooks/
after webhookurl
with your Webhook.
{
"accounts": [
"email:password"
],
"useWebhook": true,
"webhookurl": "https://discordapp.com/api/webhooks/"
}
You have to separate each one with a comma.
WARNING: There must not be a comma after the last account.
{
"accounts": [
"email:password",
"email:password"
],
"useWebhook": true,
"webhookurl": "https://discordapp.com/api/webhooks/"
}
Type npm start
in CMD
Thanks to EmojiOne for providing free emoji icons