Getting Started

Welcome to the Boost Bot setup guide. This document will help you configure and run the Boost Bot.

Overview

This guide walks you through downloading the program, basic configuring `config.yaml, and enabling optional Autobuy.

📥 Download the Boost Bot

To get started, download the latest version of the Boost Bot program:

📂 Prepare Files

  1. Unzip the downloaded archive to a location of your choice.

  2. Open the extracted folder and locate the config.yaml file.

⚙️ Configure config.yaml

Edit config.yaml with your details.

Authorized Users

Add your Discord developer ID so you can manage the bot.

authorized_users: [<your_discord_dev_id>]

Replace <your_discord_dev_id> with your own Discord user ID (enable Developer Mode in Discord → right‑click your user → Copy ID).

Webhooks

Set your Discord webhooks for logs and alerts.

webhook_url:
  autobuy: your_autobuy_webhook_url
  manual_logs: your_manual_logs_webhook_url
  alerts: your_alerts_webhook_url

Bot Settings

Add your bot token and a status message.

bot_settings:
  token: your_discord_bot_token
  status: Boost Orders

If you don't have a bot token, follow: How to Create Discord Bot

🛒 Autobuy Setup

Enable automatic boost delivery for your customers by following the consolidated guide:

👉 Autobuy Setup Guide

This covers supported platforms, API setup, product linking, and dynamic delivery.

🧩 Optional Settings

Adjust any other settings in config.yaml based on your needs.

▶️ Run the Bot

  1. Save the config.yaml file.

  2. Run run.bat. Two windows will open—keep both open.

  3. When prompted, enter your license key.

  4. The bot is now ready!

Last updated