Setup Guide
In this section, you will learn how to setup this program for use.
Setup Guide
1
Downloading the File
assets/license.keyassets/config.json
{
"token": "", // Discord bot token
"client_id": "", // Discord application client ID
"client_secret": "", // Discord application client secret
"allowed_user_ids": [792874281305636866], // User IDs allowed to control the bot
"GUILD_ID": 0, // Discord server (guild) ID
"log_channel": "", // Channel ID for bot logs
"invoice_masking": "", // Invoice format (e.g., name-xxx-xxx)
"embed_color": "0x", // Embed color in hexadecimal format
"footer": "All rights reserved.", // Default embed footer text
"thumbnail_url": "", // Embed thumbnail image URL
"proxyless": false, // Enable if proxyless mode is required
"advance_mode": false,
"webhook_url": "",
"captcha_solver": {
"solve_captcha": false, // Set to true to enable captcha solving
"use_solver": "", // Supported: RAZORCAP or ONYXSOLVER
"razorcap_api_key": "", // Required if using Razorcap
"onxysolver_api_key": "", // Required if using OnyxSolver
"max_retries": 1 // Maximum captcha retry attempts
},
"customisation": {
"nick": "", // Booster nickname
"bio": "", // Booster profile bio
"change_pfp": false, // Enable to change profile picture
"change_banner": false // Enable to change profile banner
},
"website_settings": {
"discord": "", // Discord server invite link
"view-shop": "" // Website/shop URL
},
"enabled": true, // Set to false to disable auto-buy
"store": "", // Supported: Paylix, SellAuth, SellApp, Sellhub V2
"webhook_secret": "",
"invite_link": "", // Server invite link (e.g., https://discord.gg/yourserver)
"auto_products": {}, // Configure using /setup-autobuy command
"api_key": "", // Store API key
"shop_id": "", // Store shop ID
"paylix_api_key": "", // Required only if using Paylix
"paylix_merchant": "", // Required only if using Paylix
"sellapp_api_key": "", // Required only if using SellApp
"sellapp_store_slug": "" // Required only if using SellApp
}2
3
Setting Up Discord Setting
"allowed_user_ids": [], // User IDs allowed to control the bot
"GUILD_ID": 0, // Discord server (guild) ID
"log_channel": "", // Channel ID for bot logs
"invoice_masking": "", // Invoice format (e.g., name-xxx-xxx)
"embed_color": "0x", // Embed color in hexadecimal format
"footer": "All rights reserved.", // Default embed footer text
"thumbnail_url": "", // Embed thumbnail image URL
"proxyless": false, // Enable if proxyless mode is required
"advance_mode": false,
"webhook_url": "",
"captcha_solver": {
"solve_captcha": false, // Set to true to enable captcha solving
"use_solver": "", // Supported: RAZORCAP or ONYXSOLVER
"razorcap_api_key": "", // Required if using Razorcap
"onxysolver_api_key": "", // Required if using OnyxSolver
"max_retries": 1 // Maximum captcha retry attempts
},Whitelisting User IDs
Enabling Guild ID
Setting Log Channel
Proxies Configuration
USER:PASS@HOST:PORTCaptcha Solver Configuration
4
Setting Up Customizations
"customisation": {
"nick": "", // Booster nickname
"bio": "", // Booster profile bio
"change_pfp": false, // Enable to change profile picture
"change_banner": false // Enable to change profile banner
},
"website_settings": {
"discord": "", // Discord server invite link
"view-shop": "" // Website/shop URL
},5
Setting Up Website Customizations
"website_settings": {
"discord": "", // Discord server invite link
"view-shop": "" // Website/shop URL
},
"enabled": true, // Set to false to disable auto-buy
"store": "", // Supported: Paylix, SellAuth, SellApp, Sellhub V2
"webhook_secret": "",
"invite_link": "", // Server invite link (e.g., https://discord.gg/yourserver)
"auto_products": {}, // Configure using /setup-autobuy command
"api_key": "", // Store API key
"shop_id": "", // Store shop ID
"paylix_api_key": "", // Required only if using Paylix
"paylix_merchant": "", // Required only if using Paylix
"sellapp_api_key": "", // Required only if using SellApp
"sellapp_store_slug": "" // Required only if using SellApp
}Last updated