Setting Up Autobuy
This comprehensive guide covers setting up autobuy for all supported platforms with the Boost Bot.
Prerequisites:
You have already downloaded the Boost Bot and completed the initial setup steps. If not, follow: Boost Bot Setup Guide
π Supported Platforms
The Boost Bot supports the following autobuy platforms:
PAYLIX - Paylix.io
SELLIX - Sellix.io
SELLAUTH - Sellauth.com
SELLAPP - Sellapp.io
SELLHUB - Sellhub.cx
SELLPASS - Sellpass.io
π§ Step 1: Configure Autobuy Settings
Open your
config.yamlfileConfigure the autobuy section:
autobuy:
autobuy_enabled: true
store_type: "SELLIX" # Choose from: PAYLIX, SELLIX, SELLAUTH, SELLAPP, SELLHUB, SELLPASS
store_api_key: "YOUR_API_KEY"
store_id: "YOUR_STORE_ID"
status_page: true
stock_page: true
invite_field_name: "Permanent Server Invite Link"π Step 2: Get Your API Credentials
If you havenβt created accounts or enabled API access on your store platform, please refer to the platformβs documentation.
For SELLIX:
Go to Sellix Dashboard
Navigate to Settings > API
Copy your API key
For SELLPASS:
Go to Sellpass Dashboard
Navigate to Settings > API
Copy your API key and store ID
For SELLHUB:
Go to SellHub Dashboard
Navigate to Developers > API Key
Create and copy your API key
For SELLAPP:
Go to Sellapp Dashboard
Navigate to Settings > API
Copy your API key
For SELLAUTH:
Go to Sellauth Dashboard
Navigate to Settings > API
Copy your API key
For PAYLIX:
Go to Paylix Dashboard
Navigate to Settings > API
Copy your API key
π οΈ Step 3: Set Up Products
Launch your bot
Create a product in your chosen platform (e.g., Sellix, Sellauth)
Get the Product ID from the platform:
Click on Edit Product
Look at the URL in your browser
Copy the product ID from the URL
Examples:
Sellix:
https://dashboard.sellix.io/products/123456β123456Sellpass:
https://sellpass.io/dashboard/products/789012β789012SellHub:
https://dash.sellhub.cx/products/3a308e1f-7d54-410e-a295-96214ad3fc3f/β3a308e1f-7d54-410e-a295-96214ad3fc3f
Use the command
/add-autobuy-productin your bot's Discord serverFill in the options:
Product ID β Paste the one you copied from your platform
Boost Type β Choose between
1 Monthor3 MonthsQuantity β Number of boosts you want to attach to this product
β The bot will reply with a success message and a "Reveal Dynamic Delivery URL" button.
π Step 4: Configure Dynamic Delivery
Click the "Reveal Dynamic Delivery URL" button and copy the URL
Go back to your store dashboard β Edit your product
Set Delivery Type to
DynamicPaste the dynamic delivery URL in the input field
Save changes
π© Step 5: Set Up Invite Link Field
In your
config.yaml, locate the value of theinvite_field_namesetting (usually "Permanent Server Invite Link")Go back to your product edit page in your store dashboard
Create a custom field with the exact same name
Set the field type to "Text" or "Textarea"
Make it required so buyers must provide their invite link
This is where your buyer will paste their Discord Invite Link when purchasing.
β
Done! You're All Set!
Your product is now fully integrated with the autobuy system:
Buyers will receive boosts automatically
Delivery will be instant and dynamic
No manual effort needed
π Troubleshooting
Common Issues
"Product not found" error:
Double-check your Product ID from your platform
Ensure the product exists and is active
"Invalid API key" error:
Verify your API key in your platform dashboard
Make sure you copied the full key without extra spaces
"Dynamic delivery failed":
Check that the bot is running and online
Verify the dynamic delivery URL is correctly set in your platform
"Store ID not found" error:
For platforms that require a store ID (like Sellpass), ensure it's correctly set
Check your platform dashboard for the correct store ID
Platform-Specific Notes
SELLIX
Store ID is optional
API key is found in Settings > API
SELLPASS
Requires both API key and store ID
Store ID can be found in your dashboard URL or settings
SELLHUB
API key must be created in Developers > API Key section
Product IDs are UUID format (longer than other platforms)
SELLAPP
Store ID is optional
API key is found in Settings > API
SELLAUTH
Store ID is optional
API key is found in Settings > API
PAYLIX
Store ID is optional
API key is found in Settings > API
π Additional Resources
Need help? Reach out in our Discord! π¬
Last updated