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.
- Join Discord servers using invite links
- Boost Discord servers using Nitro boosts
- Simple command-line interface
- Multi-threaded for efficient processing of tasks
- 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
-
Clone the repository to your local machine:
git clone https://github.com/StompZone/DBB
-
Navigate to the project directory:
cd DBB
-
Compile the Go code:
go build
-
Run the executable:
./discord-server-booster
-
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.
-
Follow the prompts to provide the required information (invite code or server ID).
-
Sit back and let the tool automatically join servers or boost them using the provided bot tokens.
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.
This tool is for educational purposes only. The developers are not responsible for any misuse of this tool.
Contributions are welcome! If you have any suggestions, bug fixes, or new features to add, please open an issue or create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.