This project is a selfbot designed to automatically bump a Discord server at regular intervals using the Discord API.
- Clone this repository to your machine.
- Install the required dependencies using
pip:pip install -r requirements.txt
-
.env File: A
.envfile is needed for the bot to function properly. An example file,x.env, is included in this project.- Step 1: Rename
x.envto.env. - Step 2: Open the
.envfile and fill in the value for the token (TOKEN), the guild id (GUILD_ID) and the channel id (CHANNEL_ID) with your bot’s authentication token.
- Step 1: Rename
-
The
.envfile should look like this:TOKEN= "YOUR_USER_TOKEN" GUILD_ID = "YOUR_GUILD_ID" CHANNEL_ID = "YOUR_CHANNEL_ID"Edit the
.envfile:- Replace
YOUR_USER_TOKENwith your actual user token. - Replace
YOUR_GUILD_IDwith the id of the guild to bump. - Replace
YOUR_CHANNEL_IDwith the channel you want the script to bump in.
- Replace
Run the script to start the bot:
python main.pyThe bot will automatically send a "bump" request every 2 hours (approximately).
This bot is provided for educational and informational purposes only. The creator is not responsible for any misuse or violations of Discord's Terms of Service resulting from its use. Users are solely responsible for ensuring they comply with all applicable Discord API rules, including rate limits and permissions. Use this bot at your own risk.
This project is licensed under the Apache-2.0 License.