This tool provides a self-bot for Discord that can clear your messages in a channel or DM.
- Message Deletion: Allows the self-bot to delete its own messages in a channel or DM.
- Categorized Logging:
- Information: Logs basic information like bot name and ID.
- Errors: Logs any errors encountered during the deletion process.
- Color-Coded Logs: Uses
colorama
for color-coded console output to differentiate log levels.
- Download the Project: Clone the repository or download the project here and extract the files.
- Prepare Your Configuration: Create a
config.json
file with the following structure:{ "token": "YOUR_DISCORD_TOKEN", "prefix": "!" }
- Start the Script: Run
start.bat
- Use the Bot: Send commands to the bot. For example, use
!clear
to clear your messages.
- !clear: Clears your messages in a channel or DM up to the specified limit.
This is an educational project written in Python. The author is not responsible for any misuse of this script. Use it responsibly.