A Discord bot that tracks and manages server boosts with notifications and statistics.
- Real-time boost notifications
- Boost statistics and leaderboards
- Server boost level tracking
- Command system for boost info
!help- Show all commands!boosts- Display server boost status!boostcount- Show total boost count!topboosters- List top boosters!ping- Check bot latency
- Create a Discord application at https://discord.com/developers/applications
- Copy your bot token to
.envfile - Invite bot with Administrator permissions
- Run:
go mod tidy && go run main.go
DISCORD_TOKEN=your_bot_token_here
COMMAND_PREFIX=!
BOOST_CHANNEL_ID=channel_id_for_notifications
- 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.txtfile) - Operating system: Windows, macOS, or Linux
-
Clone the repository to your local machine:
git clone https://github.com/Spinayy/Discord-Boost-Bot.git
-
Navigate to the project directory:
cd discord-server-booster -
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.txtfile 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.