Skip to content

StompZone/DBB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord Server Booster

Discord Server Booster is a utility written in Go that allows you to automatically join servers using invite links and boost them using Discord Nitro boosts. This tool helps server owners and administrators quickly boost their servers with minimal effort.

Features

  • Join Discord servers using invite links
  • Boost Discord servers using Nitro boosts
  • Simple command-line interface
  • Multi-threaded for efficient processing of tasks

Requirements

  • Go programming language (version 1.16 or later)
  • Discord bot token with the necessary permissions to join servers and boost them
  • Invite links of the servers you want to join
  • List of Discord bot tokens (stored in a tokens.txt file)
  • Operating system: Windows, macOS, or Linux

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/StompZone/DBB
  2. Navigate to the project directory:

    cd DBB
  3. Compile the Go code:

    go build
  4. Run the executable:

    ./discord-server-booster

Usage

  1. Choose the desired operation from the menu:

    • Join Server: Enter the invite code of the server you want to join.
    • Boost Server: Enter the ID of the server you want to boost.
  2. Follow the prompts to provide the required information (invite code or server ID).

  3. Sit back and let the tool automatically join servers or boost them using the provided bot tokens.

Configuration

Before running the tool, make sure to:

  • Populate the tokens.txt file with valid Discord bot tokens, each on a new line.
  • Ensure that your Discord bot has the necessary permissions to join servers and boost them.

Disclaimer

This tool is for educational purposes only. The developers are not responsible for any misuse of this tool.

Contributing

Contributions are welcome! If you have any suggestions, bug fixes, or new features to add, please open an issue or create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages