Getting Started
Welcome to the Vouch Bot Setup Guide! This document will help you download, configure, and run your bot properly.
Before you start:
Need the files? See: How to Download the Program
Need a bot/app and token? See: How to Create Discord Bot
💾 Data Storage
When you first run the bot, it will automatically create a folder named data in its directory.
This folder stores all vouches and important bot data.
⚠️ Do not delete or lose this folder! If it’s lost, all stored vouches and configurations will be gone permanently.
To be safe, make regular backups of this folder.
👑 Managing Admins
The super user defined in the config is the first admin with full control.
Additional admins can be added directly in Discord using the command:
/add-admin <user>Once added, those admins will also be able to manage vouches and bot functions.
📥 Step 1: Download the Bot Files
To get started, download the latest version of the Boost Bot program:
Follow this guide: How to Download the Program
📂 Step 2: Extract & Locate Configuration
Unzip the downloaded file to a location of your choice.
Open the extracted folder and locate the
config.yamlfile.
⚙️ Step 3: Configure config.yaml
config.yamlOpen config.yaml in a text editor and fill in the following fields:
🔑 Required Settings
bot_token→ Your bot’s authentication token.bot_token: "YOUR_BOT_TOKEN_HERE"super_user_id→ The primary administrator of the bot.This is usually the owner’s Discord user ID.
The super user has full permissions to manage settings and assign admins.
super_user_id: "123456789012345678"customer_role_id→ The Discord role ID for your customers.customer_role_id: "987654321098765432"vouch_channel_id→ The Discord channel ID where vouches are posted.vouch_channel_id: "112233445566778899"
⚡ Optional Settings
Blacklist certain words from vouches
blacklisted_words: ["nitro", "token", "server boosts"]Customize embed appearance
embed_settings: icon_url: "https://i.postimg.cc/tTVqXLDT/Static-Logo.png" footer_text: "Thanks for vouching! 🎉"
▶️ Step 4: Run the Bot
Save your changes in
config.yaml.Now you can run the program.
The bot should now be online and fully functional! 🎯
✅ You’re ready to go! Your bot is now configured, admins can be managed, and vouches will be safely stored.
Last updated