Fast, Sleek & Automated Discord self-bot message removal
- 🧹 Deep Clean: Deletes all your own messages in any channel or DM with
!clear. - ⚡ Optimized Performance: Small async delays to process deletions safely and quickly.
- 🎨 Premium UI: Beautiful Cyan-to-Green gradient logs powered by
pystyle. - 🛠️ Configurable: Easily change your prefix and token via
config.json. - 📡 Built-in Utilities: Includes
!pingfor latency and!sayfor repetition. - 🔐 Privacy Focused: Only deletes messages sent by your account.
Ensure you have Python 3.10+ installed, then install the dependencies:
pip install -r requirements.txtEdit the config.json file in the root directory:
{
"token": "YOUR_USER_TOKEN_HERE",
"command_prefix": "!"
}Start the cleaner:
python main.py| Command | Description |
|---|---|
!clear |
Removes all your messages from the current channel history. |
!ping |
Returns the current bot latency. |
!say <text> |
Makes the bot repeat your input. |
This tool is for educational purposes only.
- Automating user accounts (self-bots) is against Discord's Terms of Service.
- Use this at your own risk. The author is not responsible for any account terminations.
- discord.py-self - User Account API
- Pystyle - Visual Aesthetics
- Colorama - Terminal Colors
Created with ❤️ by Beatsbyluca
