Bump Butler is a proof-of-concept program developed to test if it was possible to automate server bumping on Disboard in Discord. Made for educational purposes ofcourse!
Using Bump Butler or similar tools will violate Discord's ToS and will result in account suspension or a permanent ban. By using Bump Butler, you acknowledge that you are violating Discord's ToS and accept all associated risks. The developers of Bump Butler do not endorse or encourage any activity that breaches Discord's ToS and are not responsible for any consequences arising from the use of this software.
- Python 3.11+
-
Clone the repository:
git clone https://github.com/yourusername/BumpButler.git cd BumpButler
-
Install the required packages:
pip install -r requirements.txt
-
Rename
.envExample
to.env
and edit the values to match your settings:mv .envExample .env
-
Open the
.env
file and set your values:token = "your token" ownerID = your_user_id startMessage = "your message to start the bot"
- Run the program:
python main.py
- Go to the server where the user's token you added is also present.
- Send the start message from the account you set as the owner (ownerID) in the
.env
file.
If set up correctly, the bot will respond with "ok" and bump every 2 hours.
The bot will only start bumping with the message specified by the ownerID
and startMessage
in the .env
file.
- Bump Butler only works with a user token, not a bot token. Bots cannot use slash commands, which is why this is not allowed by Discord's ToS.
- Using this program can lead to your Discord account being suspended or permanently banned.
- Developed by Hamziee
- Thanks to Selfcord.py for making it super easy